Commit Graph

140554 Commits

Author SHA1 Message Date
xtraeme 16efb249a7 * bufq functions are defined in bufq.h not buf.h.
* Add missing bufq_drain() function.

Bump DATE.
2005-10-10 15:28:42 +00:00
rpaulo 64bef641c2 Add flist for BIND 9 HTML documentation. 2005-10-10 13:28:07 +00:00
rpaulo 79cf1201a9 Install HTML BIND 9 Documentation 2005-10-10 13:21:43 +00:00
rpaulo b17222de0e Mention uptime display. 2005-10-10 10:09:17 +00:00
pooka 6c4ca17312 foreach NOTEACHED make the comment say NOTREACHED 2005-10-10 09:58:54 +00:00
dyoung d51694ecef Add single quotes to escape a semicolon in the makefs(8) argument
list.  Pointed out by Hubert Feyrer.
2005-10-10 05:41:28 +00:00
tsutsui 73d1e286b2 Define MIPS3_PG_SIZE_MASK_TO_SIZE() macro in the MI mips header. 2005-10-10 02:14:43 +00:00
hubertf 2d4a7ba907 Find second qe interface, taken from the INSTALL file.
Reported by someone on IRCnet #NetBSD.
2005-10-10 01:06:24 +00:00
christos fbec9f21a4 - Exit with non-zero on errors (from Liam Foy)
- Pass lint.
2005-10-09 18:23:52 +00:00
wiz 62f804786b Reinstate DESCRIPTION section. New sentence, new line. Start
sentences with upper-case letter. Bump date for previous.
2005-10-09 15:15:36 +00:00
wiz b0ea387605 Bump date for previous. 2005-10-09 15:14:58 +00:00
kleink 34ef731cb3 Change the sched_*() functions to return -1 and set errno to ENOSYS
(per the standard) instead of returning ENOSYS.  Noted by Ian Zagorskih
in PR kern/30970.
2005-10-09 11:17:28 +00:00
sekiya 2dac3b071c Match ELECOM UC-SGT0. 2005-10-09 02:16:35 +00:00
sekiya 571b0951e5 Document PCI_*_FIXUP. Fixes kern/30742. 2005-10-09 01:54:10 +00:00
bouyer 65679198a8 Also remove pkt_next now that packets are not recorded in a per-page list. 2005-10-08 20:23:59 +00:00
bouyer 0e12d49f1c If a domain has more than one interface, a page can hold packets for different
xennetback instances. To support this, more fields from xni_page to xni_pkt.
This would also have the effect to move more code into the
while (!SLIST_EMPTY(&pkt_page->xni_pkt_head)) loop in xennetback_tx_free().
By passing xni_pkt instead of xni_page to xennetback_tx_free we can
avoid the loop, and the xni_pkt_head list completely. There is even a sligh
performance increase if the domU deals with xni_txring->event properly.

Based on comments from YAMAMOTO Takashi.
2005-10-08 20:22:05 +00:00
oster a4b472b330 Mention that we can boot from RAID 1 sets on amd64 now too.
From PR#31511 by Ben Collver.  Thanks!
2005-10-08 18:30:27 +00:00
rillig 1e30fb707b Added an empty line to conform to KNF. 2005-10-08 18:18:18 +00:00
aymeric e6da8880e8 bump for latest changes:
. reintroduce ^V as a valid quoting character
. don't swallow quoting characters which are not followed by anything
2005-10-08 13:02:32 +00:00
aymeric ca7788ba21 accept ^V again as a quoting character. At least one person uses it. (hi abs!)
While there, fix a bug that would swallow a quoting character if it were the
last one.
2005-10-08 12:41:48 +00:00
aymeric 7107bc131e remove the hack that changed backslaches to ^V's when the command is "set" (!).
Now backslashes are understood by argv_exp3().
2005-10-08 12:38:45 +00:00
kleink a050a27360 Downgrade failure to kill(2) (other than ESRCH) from fatal error to a
warning; otherwise processing aborts and possibly matching killees would
remain unsignalled.  This makes pkill match the Solaris behavior.
2005-10-08 12:05:55 +00:00
jmmv 56e945ca0d Mention "file-system tmpfs". Pointed out by Rui Paulo. 2005-10-08 11:22:13 +00:00
yamt 2db36492c6 sa_switch: remove cpu hand-off in "Case 2".
it causes severe unfairness in some cases.
eg. when a process has many lwps doing poll.

no objections on tech-kern@.
2005-10-08 06:37:12 +00:00
yamt c610dbbdc2 sysctl_kern_proc_args: don't assume that the process is
resident while we are sleeping.
2005-10-08 06:35:56 +00:00
skrll 69c3b1813e Use the new scan command for monitor mode as well. 2005-10-08 06:19:46 +00:00
isaki a658e0cd29 regen. 2005-10-08 06:15:30 +00:00
chs 6c50e54c82 avoid the need for a bogus initializer. 2005-10-08 03:21:17 +00:00
chs 20b89dd47f default to simple_lock_debugger=1 with LOCKDEBUG. 2005-10-08 03:18:25 +00:00
uwe a8930f8104 Sync with GENERIC (1.180). 2005-10-08 01:49:40 +00:00
macallan 33f4e6b2f0 Fixes the following bug:
Framebuffer drivers use their own minor device number to find their device entry
in fbdriver methods ( like cgsix uses cgsix_cd[minor] ) but fb passed the fb
device's unit number which works only as long as all registered fb devices use
the same underlying driver. With different fb drivers, like a cgsix and an ffb, both will be (native) unit number 0 so with the old code /dev/fb1 would be
unusable.
2005-10-08 00:46:44 +00:00
uwe 39ab40b2aa PRI* macros should not contain percent sign.
While here, conditionalise use of "lld" for PRId64 on HAVE_LONG_LONG.
2005-10-07 23:57:10 +00:00
macallan c2b05b7fce Check for 'i2c-bus' child and if found look for i2c devices there instead of
directly under the ki2c node.
Needed for newer ( 2005? ) OpenFirmware.
2005-10-07 23:53:11 +00:00
kleink a43bbf3fc8 tzcode2005n out; tzdata2005n out and imported. 2005-10-07 23:14:28 +00:00
kleink 01f5b4cf82 Merge tzdata2005n. 2005-10-07 23:13:13 +00:00
kleink b0db9252aa Import tzdata2005n. 2005-10-07 23:12:02 +00:00
riz 4365df5673 Add /usr/mdec/bootxx_cd9660 . 2005-10-07 23:07:55 +00:00
jmc 4afc9e5b49 Restructure how makesrctars works so it spits out source balls that look like
they would from a release (files owned by root:wsrc, perms set, etc)
2005-10-07 20:00:54 +00:00
christos d63acabb28 vadvise was not declared anywhere. 2005-10-07 19:33:19 +00:00
elad a61a2074a3 Remove Veriexec bits from genfs, don't #if 0 them. 2005-10-07 18:19:14 +00:00
elad 2de72bfe34 Various fixes from blymn@ and myself.
Also, put genfs changes under #if 0, and don't do per-page fingerprints
until this is properly discussed, as requested by yamt@.
2005-10-07 18:07:46 +00:00
tsutsui e9882e57f5 Sync with GENERIC:
- add options P1003_1B_SEMAPHORE
- add #file-system TMPFS
- add #options UFS_DIRHASH
- add #options ALTQ*
- enable pseudo-device fss
- add #pseudo-device pf*
- options<space><tab>
2005-10-07 18:04:51 +00:00
tsutsui fcfdd9abaa options<space><tab> 2005-10-07 18:01:39 +00:00
tsutsui eed1fcb469 Regen from GENERIC.in rev 1.44:
> Add (commented out) file-system TMPFS in a proper file.

XXX: It seems `INSTALL_CONFIGURATION' in GENERIC.in should be reorganaized.
2005-10-07 17:51:07 +00:00
tsutsui 2c0da89986 Add (commented out) file-system TMPFS in a proper file. 2005-10-07 17:46:33 +00:00
jmc 38f5f32c9c After building sets, make sure and checksum the kern-* files in binary/sets. 2005-10-07 17:22:12 +00:00
jmc 86c0dfe571 Add option to append to existing checksum files 2005-10-07 17:21:36 +00:00
tsutsui ff4cdaa621 Follow compat libc changes on i386:
> _setjmp and _longjmp are not compat functions. Noticed by Havard Eidnes
2005-10-07 17:16:39 +00:00
tsutsui a1987ab423 Remove old tty0? entries and add new ttyC? and ttyM?. 2005-10-07 16:20:43 +00:00
tsutsui 76540c92cb Remove compat symlink entries for old dca(4), dcm(4) and apci(4).
Now they might cause other problems.
2005-10-07 16:15:41 +00:00