Commit Graph

179461 Commits

Author SHA1 Message Date
yamt e29a551d79 remove an unnecessary cast. 2009-04-09 00:44:32 +00:00
yamt a227a1194c sonewconn: add an assertion. 2009-04-09 00:43:38 +00:00
yamt 2c68552273 0 -> NULL where appropriate 2009-04-09 00:37:32 +00:00
yamt fbdf448a6a comments 2009-04-09 00:34:44 +00:00
joerg 65a94a80fd Fix markup 2009-04-09 00:06:44 +00:00
joerg 58ad7418e8 No .br after .Sh. 2009-04-09 00:04:34 +00:00
dyoung faec2c4d7c Move elanpar0 and elanpex0 attachment out of the #if NGPIO > 0 block in
elansc_attach().

Let us detach gpio0 at elansc0.

Let us re-attach pci0 at elansc0.

Reduce code duplication between elansc_rescan() and elansc_attach():
call _rescan() from _attach() to attach elanpex0, elanpar0, gpio0, and
pci0.
2009-04-08 23:53:10 +00:00
christos 009831ecb0 Add getopt.c which got lost. 2009-04-08 21:57:15 +00:00
christos 46db7d011d Fix off by one error reported by: Caleb Welton cwelton at greenplum dot com 2009-04-08 21:31:31 +00:00
ad 48320d4cd3 soo_ioctl:
- cosmetic change after merge of socket locking patch.
- add a comment.
2009-04-08 21:02:09 +00:00
ad 9635fa6829 Patch out soo_drain until I fix it to work correctly. 2009-04-08 20:58:40 +00:00
wiz d1b96e557a Sync usage with man page. 2009-04-08 19:43:05 +00:00
wiz 7b2130ba39 Sort options and option descriptions.
Remove an incomplete sentence ("It will") -- probably pasto.
Give the tagged lists more space for the first column.
Remove unnecessary Bk/Ek pairs.
2009-04-08 19:39:23 +00:00
wiz 45d34a304d Add glob_pattern_p(3). 2009-04-08 19:33:01 +00:00
wiz 68bd1a898e Link glob(3) to glob_pattern_p(3). 2009-04-08 19:28:48 +00:00
wiz c2c2c34d00 Add glob_pattern_p to NAME section. 2009-04-08 19:27:39 +00:00
apb 53871b2dfe Register new tests for mtree 2009-04-08 19:08:16 +00:00
apb 7291fc32b2 Add tests for "mtree -C -S" and "mtree -D -S"; convert previous tests
for "mtree -C" and "mtree -D" to expect the output to be in the same
order as the input.
2009-04-08 19:06:30 +00:00
apb ef658dd50e The recent addition of sorting to "mtree -C" broke some third party
scripts.  Now make sorting optional, controled by the "-S" flag.
2009-04-08 19:03:13 +00:00
christos 4a1c940567 argh. try to make this portable across all NetBSD platforms. 2009-04-08 19:02:35 +00:00
christos d74d8125d4 new cvs 2009-04-08 17:27:28 +00:00
christos 3039dd7cbb fix closing paren 2009-04-08 17:24:55 +00:00
christos 0eb8ebe6b2 sorting ate a file. 2009-04-08 17:12:52 +00:00
dyoung 9512fa2997 Remove redundant declaration of mainbus_attach(), as pointed out by
Thomas Klausner.

Do not compile in the local variable "mba" in mainbus_rescan unless
NPNPBIOS > 0 || NACPI > 0 || NIPMI > 0 || NMCA > 0.  This fixes the
build on systems such as Soekris where none of those options apply.
2009-04-08 17:08:02 +00:00
christos 6b662a8eac deal with LP64 2009-04-08 17:03:55 +00:00
pooka 6723384f86 add debug keyword to t_renamerace.debug. spotted by Nicolas Joly 2009-04-08 16:59:56 +00:00
christos 9d155a884f mention cvs 2009-04-08 16:31:00 +00:00
christos 601e05914b Hook cvs 2009-04-08 16:30:12 +00:00
christos abaef4a949 unhook cvs 2009-04-08 16:29:18 +00:00
christos 1ef020be5f add glob_pattern_p for glibc because cvs needs it and it is a huge mess
to compile in the gnu glob code.
2009-04-08 16:28:50 +00:00
christos 274254cdae Port over NetBSD fixes:
- remove configure hooks to other os's
- handle symlinks in cvsroot
- configurable CVS local directory name
- unlock patch
- setxid patch (handle setuid CVS and drop privileges correctly)
- when __SSP__ avoid alloca
- admin commands in history
- programmable admin group
- always enforce admin group
- protocol independent network handling (handle ipv6)
- correct issue with wrong revision in resurrected files
- centralize cvs password cleanup in memory
- don't segv if we re-enter exit handlers
- more sprintf -> snprintf
- extra empty line in editor buffer
- alias 't' with 'T' in logmsg.c for compatibility
- alias config "LocalKeyword" with "tag" and "UserAdminOptions" with
  "AdminOptions" for compatibility.
- disable Checking-prog and Update-prog for security
- take account of our current umask when computing the mode of files.
2009-04-08 16:27:51 +00:00
joerg 5b2aa3c892 Don't use .\" as callable macro. 2009-04-08 15:05:58 +00:00
joerg bd027b10ec Fix markup. 2009-04-08 14:36:41 +00:00
joerg b20b8e52a6 Add missing quotes. 2009-04-08 14:33:12 +00:00
joerg f2aa054fbc Remove physical markup. Remove incorrect keep, .Bk is not callable, but
used as such. It doesn't seem to serve any purpose at the point either.
2009-04-08 14:32:05 +00:00
joerg c7348fe221 Remove physical markup. 2009-04-08 14:21:55 +00:00
joerg cdea36b6f8 Fix markup. 2009-04-08 14:20:38 +00:00
joerg 2cfdc9a96c Convert to more semantic markup. 2009-04-08 13:47:07 +00:00
joerg d2c5af5c91 Use semantic markup. 2009-04-08 13:41:54 +00:00
joerg f4bfcdb4ae Improve markup. 2009-04-08 13:36:32 +00:00
pooka 7742191fb2 tmpfs renamerace test 2009-04-08 13:34:46 +00:00
pooka 408a46214d Add ffs tests in kind of a semiguessed fashion. 2009-04-08 13:32:26 +00:00
joerg 663328acb0 Remove non-sensical .ad macro. Don't use .Xo/.Xc. 2009-04-08 13:31:38 +00:00
martin 58cbc21957 systime() is not needed here - as the man page clearly points out.
Noticed by pooka.
2009-04-08 13:29:59 +00:00
joerg 910b7ec5c5 Add missing .Os, improve column size. 2009-04-08 13:28:16 +00:00
joerg 94db796356 Fix markup. 2009-04-08 13:20:23 +00:00
martin d37420f7ca Awk has strftime() and systime(), so no need to pipe the output of date
into the script - just do it internally.
2009-04-08 13:18:56 +00:00
joerg 32a51b5de6 Fix markup. 2009-04-08 13:13:42 +00:00
joerg f558fc74ff Fix string literals. 2009-04-08 13:12:20 +00:00
joerg 74142f8859 Don't indent struct dkbad with tab, the rest of the man page doesn't do
that either.
2009-04-08 12:51:43 +00:00