skrll
fc505d7a1c
Note ktrace-lwp merge and userland changes.
2005-12-11 13:41:49 +00:00
skrll
c9e1574d35
Get correct Ids after ktrace-lwp merge.
2005-12-11 13:02:20 +00:00
christos
95e1ffb156
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
christos
4f17ba81bc
Learn about v1 records and sa upcalls.
2005-12-11 11:31:34 +00:00
christos
14a515a88b
learn about v1 records.
2005-12-11 11:30:06 +00:00
christos
e297758924
Learn about ktrace v1 records.
2005-12-11 11:29:06 +00:00
christos
1eba90d1ad
These headers are used by mount_smb.
2005-12-11 06:25:32 +00:00
christos
b53fea69d0
Restore the compatibility versions of fts not to do path mangling (i.e.
...
remove double slashes). Also make sure we free sp in all cases. From yamt,
many thanks!
2005-12-11 04:12:58 +00:00
christos
e87cf683ad
PR/32276: Sami Kantoluoto: Add driver to handle brightness control on Sony
...
VAIO.
2005-12-11 02:40:25 +00:00
christos
0c135721c4
Add a small device to control brightness on the Sony VAIOs.
2005-12-11 02:11:50 +00:00
dyoung
22622a0962
Correct comment on ieee80211_compute_duration().
2005-12-11 00:55:42 +00:00
elad
58e7332bdf
Multiple inclusion protection, as suggested by christos@ on tech-kern@
...
few days ago.
2005-12-11 00:02:28 +00:00
reinoud
17f915ee27
Fix illogical use of extra variable. It was mainly to get a better
...
readability in KNF. This solution gives better readability without the
extra variable.
2005-12-11 00:01:54 +00:00
elad
0db637f40e
Multiple inclusion protection, as suggested by christos@ on tech-kern@
...
few days ago.
2005-12-11 00:01:36 +00:00
elad
adf9419c9a
Multiple inclusion protection, as suggested by christos@ on tech-kern@
...
few days ago.
2005-12-10 23:44:08 +00:00
elad
9702e98730
Multiple inclusion protection, as suggested by christos@ on tech-kern@
...
few days ago.
2005-12-10 23:31:41 +00:00
elad
976bf6cfdd
Multiple inclusion protection, as suggested by christos@ on tech-kern@
...
few days ago.
2005-12-10 23:21:38 +00:00
scw
5536ecb20f
Implement pmap_collect() for arm32.
2005-12-10 21:19:57 +00:00
reinoud
705000f60a
Second stage of read TOC modifications. Introducing the various forms of
...
TOC reading. Note that the external interfaces haven't changed. Only the
formatted toc is requestable.
The read msinfo command hasn't been changed in this patch though it could
become more clever using the CD_TOC_MSINFO format.
2005-12-10 21:17:21 +00:00
jonathan
9262e4dab5
regen from pcidevs rev.1.745 with IDs for broadcom bcm5714, bcm5715, bcm5780.
2005-12-10 19:05:46 +00:00
jonathan
513e2c3670
Add PCI device entries for Broadcom Ethernet devices: PCI-Express
...
gigabit bcm5714 (copper), bcm5714S (serdes), bcm5715 (copper),
bcm5715S (SERDES), also bcm5780 (copper) and bcm5780S (SERDES).
Extracted from Broadcom-supplied Linux driver and from prerelease patches
for Linux-2.6.15.
2005-12-10 19:03:22 +00:00
tsutsui
fd9731e9a4
Regen from GENERIC.in rev 1.48:
...
> Add veriexec stuff to the common config file.
2005-12-10 14:54:40 +00:00
tsutsui
08575b5e08
Add veriexec stuff to the common config file.
2005-12-10 14:53:10 +00:00
tsutsui
02fae098de
Adjust comments for options FFS_NO_SNAPSHOT.
2005-12-10 14:47:42 +00:00
tsutsui
13fec570ce
Move veriexec stuff from GENERIC to (common) GENERIC32.
2005-12-10 14:46:37 +00:00
tsutsui
3922f98c0e
Sync with other ports:
...
> Add (commented out) Veriexec options and pseudo-device to GENERIC kernels.
2005-12-10 14:41:17 +00:00
tsutsui
1f6de21161
Sync with GENERIC:
...
> Add (commented out) Veriexec options and pseudo-device to GENERIC kernels
2005-12-10 14:39:34 +00:00
yamt
fb2455c6ae
uncomment set_e.sh.
2005-12-10 14:22:17 +00:00
cube
4225631532
The loop detection code could not detect the negation of an instance that
...
made a device its own parent. Add a test that checks that and stop looping
in that special case (after all, everything is already being handled by the
parent instance).
Reported by Jukka Salmi on current-user.
2005-12-10 13:39:47 +00:00
cube
03696913fa
config(1) must handle properly devices that can be their own parent.
2005-12-10 13:36:01 +00:00
elad
16dba57f04
More spacing.
2005-12-10 12:37:30 +00:00
elad
ae210135e3
Spacing nits, comments fixes; no functional change.
2005-12-10 12:11:43 +00:00
elad
6be8f742e5
Apparently the i386 GENERIC kernel config already have some Veriexec
...
options and pseudo-device scattered in the file; remove duplicates.
Pointed out by xtraeme@, thanks. :)
2005-12-10 11:32:14 +00:00
tsutsui
f32d48a2f6
Use 64bit access ops for MEC_PHY_* registers (for consistency).
2005-12-10 07:05:10 +00:00
tsutsui
a36263cd7a
Reset and disable watchdog explicitly in crime_attach().
2005-12-10 07:00:40 +00:00
christos
4700123ef3
fix a typo , instead of ; From Johnny Billquist
2005-12-10 04:01:58 +00:00
jonathan
8fdab8c431
Oops! Restore brgphys[]z stanza for bcm5705 integral PHY, somehow
...
lost in the previous addition of the bcm5714 integral phy.
2005-12-10 03:03:34 +00:00
elad
f39afe3e47
Add and document a VERIEXEC_DELETE operation for Veriexec.
...
We can now delete an entry from the tables using
veriexecctl delete /path/to/file
or remove an entire table using
veriexecctl delete /mount_point
(any directory will work for the mount point it's on)
2005-12-10 02:10:00 +00:00
elad
b302da6341
Refactor the code that creates a new table and loads entries to its own
...
functions (veriexec_newtable and veriexec_load). No functional change.
2005-12-10 01:04:17 +00:00
elad
4591e5acfd
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
...
and remove the i386 GENERIC_VERIEXEC config.
2005-12-09 23:34:01 +00:00
tsutsui
1eee8bf887
Fix function names in panic messages.
2005-12-09 20:50:25 +00:00
wiz
fe8b349524
Add xref to chflags(1). From Andre Luiz de Oliveira in PR 32265.
2005-12-09 20:27:02 +00:00
ginsbach
ae50fb06a3
Add a nologin(5) man page.
2005-12-09 17:02:53 +00:00
manu
9d0ec64222
Fix a bug in ESP over UDP: because udp4_espinudp() called m_pullup, it
...
could modify the struct mbuf and calling functions (udp_input() and
udp4_realinput()) would have used a garbled local copy of the pointer.
The fix is not perfect. udp4_espinudp() should use m_pulldown()...
2005-12-09 15:36:34 +00:00
xtraeme
bddfd2ef4d
regen
2005-12-09 10:46:00 +00:00
xtraeme
dd06e46f96
Add two VMware SVGA device ids.
2005-12-09 10:45:28 +00:00
bouyer
514622c61f
Adapt previous change to recent scsipi. Pointed out by Simon Burge.
2005-12-09 09:24:30 +00:00
gavan
f1f29c8b8d
Treat EOF the same as EIO. Prevents spinning if an EOF condition is
...
encountered, such as a USB serial device being unplugged.
Instead of spinning, the process reading from the serial line will exit,
leaving the process reading from the local terminal to exit when it notices
that its child has gone away.
2005-12-09 03:15:42 +00:00
he
3d002780df
Move a misplaced #endif, so that NO_DEV_PTM builds don't get a duplicate
...
definition of ptm_cdevsw.
2005-12-09 01:06:15 +00:00
kleink
8b32c7f468
tz{code,data}2005p are out.
2005-12-09 01:00:52 +00:00