wiz
648ad34cf7
Remove superfluous comma.
2006-02-04 18:52:18 +00:00
wiz
bb3c26cb98
Remove bogus line (pasto?).
2006-02-04 18:50:39 +00:00
wiz
a8a26906be
Bump date for previous.
2006-02-04 18:49:47 +00:00
wiz
738c680f0d
Serial comma, grammar fix.
2006-02-04 18:48:45 +00:00
wiz
4679714200
Sort SEE ALSO.
2006-02-04 18:48:01 +00:00
wiz
1fc051f36f
Serial comma; bump date for previous.
2006-02-04 18:47:31 +00:00
wiz
e1a202b1cb
Bump date for security.*
2006-02-04 18:37:58 +00:00
wiz
f95c736511
New sentence, new line. Fix typo.
2006-02-04 18:37:20 +00:00
wiz
298f5a67e2
New sentence, new line; sort SEE ALSO; other minor improvements
2006-02-04 18:35:49 +00:00
skrll
d36eb258eb
mknative re-run to pick up the binutils version from the sources
...
imported, i.e. the binutils-2.16.1 release and not the branch that
I worked with originally.
Lot of the changes are due to the update of the mknative script RCSId.
2006-02-04 17:03:02 +00:00
christos
bb26d73fba
Bye bye cvs
2006-02-04 16:31:25 +00:00
christos
3f2ec09c9f
bye bye old cvs.
2006-02-04 16:30:30 +00:00
christos
0a1a311825
descend to xcvs
2006-02-04 16:30:04 +00:00
christos
2cd25f5744
Add all our changes:
...
- our kerberos support
- nolock
- setuid support / setxid in child
- avoid dangerous commands and only allow admin group to execute them
- selectable CVS directory name
- symlinked repository fixes
- log admin commands in history
- default to ssh instead of rsh
- localid keyword
- null revision on re-added files
- umask fixes
- t flag in log
- don't recursively re-enter signal error handler
- xasprintf in selected places
- ipv6 support
2006-02-04 16:29:55 +00:00
christos
56ece2a214
Add build glue and new config file.
2006-02-04 16:22:53 +00:00
elad
02e23f0fb1
move setid core externs near defcorename, as requested by yamt@.
2006-02-04 16:11:36 +00:00
christos
c43c5d6f66
Import CVS-1.11.21: See the NEWS files for changes from 1.11.20
2006-02-04 15:52:40 +00:00
simonb
25e557419f
Prototypes for i386-related clock functions.
2006-02-04 15:50:19 +00:00
simonb
c5c308b498
Replace file somehow removed from HEAD instead of simonb-timecounters
...
branch.
2006-02-04 15:45:18 +00:00
simonb
278244db9c
Don't need old i8254 microtime() with timecounters.
2006-02-04 15:08:44 +00:00
christos
ec39469a12
PR/32730: Ed Shouten: setting WS_DEFAULT_[FB]G does not change colors entirely
2006-02-04 14:54:56 +00:00
dsl
758e638b69
We don't need syscall_fancy() unless KTRACE or SYSTRACE is defined.
...
There also must be a better way to define these (almost equivalent) routines,
not to mention the one in mach_syscall.c
2006-02-04 14:11:34 +00:00
xtraeme
d13dcd1df2
Move sysctllog inside the _LKM block. Reported by Jukka Salmi.
2006-02-04 14:01:08 +00:00
yamt
e31143d772
vndthread: fix an integer overflow. fix a panic reported by Simon Burge.
2006-02-04 13:40:38 +00:00
yamt
9e261d2477
vndstrategy: do bounds_check_with_mediasize.
2006-02-04 13:38:04 +00:00
martin
70bb3713ea
Fix cursor size. From Ed Schouten in PR port-playstation2/32728.
2006-02-04 12:13:05 +00:00
yamt
5a3e361753
for some random places, use PNBUF_GET/PUT rather than
...
- on-stack buffer
- malloc(MAXPATHLEN)
2006-02-04 12:09:50 +00:00
martin
77e0dba33e
We want "traditional" abi on mips.
...
From Nick Hudson.
2006-02-04 12:08:22 +00:00
yamt
14962199bf
nestiobuf_iodone: remove a comment which is no longer true.
2006-02-04 12:02:35 +00:00
yamt
e57cc1fc5c
vfs_buf_print: print b_rawblkno as well.
2006-02-04 12:01:26 +00:00
yamt
ffadcb89d9
vn_read: don't bother to allocate read-ahead context here.
...
it will be done in uvn_get if necessary.
2006-02-04 11:58:08 +00:00
yamt
6e6449891d
vndthread: play with b_vp and v_numoutput as it used to do,
...
for "strange" filesystems like nfs. PR/32671 from Simon Burge.
although i'm not really happy with this "fix", i think that the code will
be replaced with direct i/o anyway, sooner or later...
2006-02-04 11:52:32 +00:00
dsl
d85485aca1
Use any inlined functions provided by machine/byte_swap.h even when
...
optimisation is disabled (mmm bloated code..).
Fixes hp700 kernel build.
2006-02-04 11:44:48 +00:00
jmmv
9485c8d272
Now that my idea to fix the detection of the boot device cannot work, reword
...
the 'XXX' comment and remove the marker. Also, in case there is no match,
fall back to wd0 instead of nothing.
2006-02-04 11:28:54 +00:00
jmmv
6cf8f1a5d9
Revert yesterday's change that attempted to fix the detection of the
...
boot device when using a Multiboot boot loader. It couldn't work because
these boot loaders do not pass a checksum of the disk so matchbiosdisk()
cannot really find any matches. I should have gone to sleep before
commiting...
Found by xtraeme@.
2006-02-04 11:24:42 +00:00
dsl
8d7fb15302
Add .MAKE to targets that run ${MAKE} so that parallel makes work properly.
2006-02-04 11:23:45 +00:00
yamt
b38b1510eb
vnd_cget: remove a wrong comment.
2006-02-04 11:19:59 +00:00
yamt
fe1aa7db74
vnd_destroy: don't access freed memory.
2006-02-04 10:48:32 +00:00
simonb
a85acbf618
Import FreeBSD i386 TSC timecounter support as of 4th Feb 2006.
2006-02-04 10:47:04 +00:00
skrll
dc3b2a7f32
Put the __RENAME before the __attribute__((__const__)) so gcc can parse
...
the bswap{16,32} declarations.
2006-02-04 10:34:43 +00:00
he
021927bcf2
Bump SYMTAB_SPACE to make it fit again.
2006-02-04 09:11:32 +00:00
simonb
54939c0bc1
Describe the simonb-timecounters branch.
2006-02-04 08:11:30 +00:00
simonb
769d33c547
Import main FreeBSD timecounter support files as of 4th Feb 2006.
2006-02-04 08:06:23 +00:00
rpaulo
fe78fe0b46
bpfilter doesn't accept count anymore.
2006-02-04 03:48:18 +00:00
rpaulo
ae6add6af0
bpfilter is already supported.
2006-02-04 03:47:41 +00:00
rpaulo
926f98bcbb
bpfilter doesn't accept count anymore.
2006-02-04 03:43:24 +00:00
rpaulo
23b8c23173
bpfilter doesn't accept count anymore.
2006-02-04 03:33:20 +00:00
gdamore
9eebd03f2e
port-evbmips/31910
...
Forgot to include this file in the last commit... oops!
2006-02-04 03:33:16 +00:00
rpaulo
806f7632b5
bpfilter doesn't accept count anymore.
2006-02-04 03:29:57 +00:00
rpaulo
dfedc07975
bpfilter doesn't accept count anymore.
2006-02-04 03:18:58 +00:00