summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typobrian2002-03-251-1/+1
| | | | Submitted by: dirk
* Modernize my email address.phk2002-03-257-8/+8
|
* Modernize my email addressphk2002-03-2511-11/+11
|
* Remove spaces between (void) and function calls. Use TAILQ_FOREACHdes2002-03-241-30/+40
| | | | | instead of hand-rolled equivalent. Add curly braces for symmetry around else.
* Parenthesize return values and pull an orphaned { back into the fold.des2002-03-241-19/+18
|
* __FBSDID, ANSIfy function definitions, staticize functions and globals,des2002-03-241-148/+108
| | | | | don't initialize globals to 0, some reindentation of declarations, some comments added or reworded.
* Un-__P().des2002-03-241-27/+27
|
* Minor changes:will2002-03-241-1/+20
| | | | | | | | | | | [1] Support the Sony VAIO Jogdial in moused(8). [2] Modify spic(4) to support additional Sony VAIO models. Submitted by: [1] Juriy Goloveshkin <j@gu.ru>, [2] Akira Funahashi <funa@funa.org> Tested by: cjh, jim, Jerry A! <jerry@thehutt.org> Approved by: nsayer MFC after: 2 weeks
* Correct a typo.dd2002-03-241-1/+1
| | | | | PR: 36214 Submitted by: Nagy Attila <bra@fsn.hu>
* Be a bit more verbose. "modtime" means nothing.keramida2002-03-241-6/+6
| | | | | | "modification time" is a lot better. MFC after: 3 days
* Grammar fix: "When at least one of the fields .. matches ...".keramida2002-03-241-1/+1
| | | | MFC after: 3 days
* Use char foo[] = "BAR" to avoid direct assignment of const char * into char *.alfred2002-03-221-2/+4
| | | | | | rpcgen can't really make those fields const because the remote side might want to munge them, so we need to pass non-const in. Hackish, but should work.
* Const fix.alfred2002-03-221-1/+1
|
* Remove cast that's not needed.alfred2002-03-221-1/+1
|
* WARNS from 3 to 4. still some warnings about assigning const char * toalfred2002-03-221-1/+1
| | | | char *, but we'll fix those later.
* rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'alfred2002-03-221-3/+3
| | | | to avoid -Wshadow warnings in consumers of its generated header files.
* constify log_from_addr() parameter.alfred2002-03-221-2/+2
|
* Bring code to WARNS=3 level. Mostly fix unused variables.alfred2002-03-213-17/+22
|
* Remove main() prototype.alfred2002-03-211-1/+0
|
* Remove __P.alfred2002-03-213-15/+15
|
* Fix typo: s/forth/fourth/bmah2002-03-211-1/+1
|
* o __P removedimp2002-03-213-55/+55
| | | | o main prototype removed
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217ru2002-03-211-3/+7
| | | | | | with the NO_IPFILTER make.conf(5) knob. (So that we can "make the-rest-of-the-world" again.)
* Remove 'register' keyword.obrien2002-03-201-1/+1
| | | | | | It does not help modern compilers, and some may take some hit from it. (I also found several functions that listed *every* of its 10 local vars with "register" -- just how many free registers do people think machines have?)
* Grammar nits.ru2002-03-201-3/+3
|
* * ipftest now compiles with IPFILTER_LOG and needs ip_log.c to be able todarrenr2002-03-201-2/+4
| | | | | | do the log regression test. * dumping state/nat entries is also possible, outputting this information is in the print{state,nat}.c files.
* Remove ipftest until the committer can actually test his changes.obrien2002-03-201-1/+0
|
* Fix bugs from previous commit: initialize the correct field and usemikeh2002-03-201-5/+5
| | | | | | | the correct local variable. Caught by: Joachim Isaksson <Joachim.Isaksson@algitech.com> Pointy hat to: mikeh
* Add the ERRATA file to the documentation menu and index.bmah2002-03-182-2/+6
| | | | | | | | | While I'm here, make the menu entries on the documentation menu begin with "1" instead of "2". Reviewed by: imp, rwatson, murray Approved by: imp, rwatson, murray MFC after: 1 week
* o remove __Pimp2002-03-181-9/+7
| | | | | | | o Use ansi function definitions o MAXPATHLEN already has the NUL at the end, so no need to add 1 (note that MAXNAMLEN doesn't, so the + 1 there is correct). o remove register.
* Add xref to fdisk and disklabel to aid people looking around on how toimp2002-03-181-1/+3
| | | | | | partition disks. Suggested by: Dworkin Muller
* Describe the format of the allow and deny files. This is more-or-lessdwmalone2002-03-171-0/+4
| | | | | | | | | the patch Matthew submitted, but I broke the lines in a more FreeBSD way and made one small wording change. PR: 31265 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> MFC after: 3 weeks
* Add wireless devices to device_names array. Now that ifconfig can setmurray2002-03-172-0/+6
| | | | | | | session IDs, and sysinstall can load modules from the MFSROOT, it should be possible to install FreeBSD over a wireless link. MFC after: 2 weeks
* When loading a font allow suffix specifying its size be omited, in whichsobomax2002-03-162-41/+47
| | | | | | | | | | case use size of the currently displaying font as a suffix. For example, when the when the size of the currently displayed font is 8x8 the following command will load koi8-r-8x8.fnt. # vidcontrol -f koi8-r MFC after: 2 weeks
* Revert previous revision; sysinstall should build fine now even when cross-des2002-03-151-4/+1
| | | | | building, plus ru says the previous revision didn't actually achieve what it was meant to achieve.
* mdoc(7) police: fix list width.ru2002-03-151-1/+1
|
* mdoc(7) police: .Va -> .Ev.ru2002-03-151-1/+1
|
* Fix a typo.ru2002-03-151-1/+1
|
* Pedantry to satisfy the bin/34159 author.ru2002-03-151-5/+5
|
* Embed boot images built as part of buildworld rather than theru2002-03-152-18/+74
| | | | | | | | | | | | | | | | | | | installed ones under /boot (which we may not even have in the case of a cross build). This introduced chicken and egg problem - we need boot images early in the "depend" stage but they have not yet been built. Work around this by excluding the generated makeboot.c source from the "depend" list; it's okay because we hardcode all its dependencies explicitly. We actually lose the dependency bit on <sys/types.h> but it's probably okay too as the only thing we use is the u_char datatype and this is unlikely to change. After all, it's normal for sloppy cleaning to cause problems. beast.FreeBSD.org running 5.0-CURRENT alpha has been able to cross build i386 world with this patch. Prodded by: gallatin
* Don't use temporary file to generate makedevs.c -- it's okayru2002-03-152-42/+38
| | | | | to write to makedevs.c directly as it's not protected by the .PRECIOUS attribute.
* NAI DBA update.rwatson2002-03-141-1/+1
|
* Use the return value from snprintf() to keep a track of the length ofbrian2002-03-131-16/+17
| | | | | | | the display string in MPPEDispOpts. PR: 35836 MFC After: 2 weeks
* Don't try to cross-build sysinstall.des2002-03-121-1/+4
|
* Handle B460800 and B921600 being defined in <termios.h>brian2002-03-121-0/+6
|
* Update number of ports available.murray2002-03-111-1/+1
|
* Chase sysctl name.dd2002-03-111-1/+1
| | | | Submitted by: Christopher Sharp <christopher_sharp@web.de>
* after joerg's recent merge of i4b's isppcontrol to the main spppcontrol,hm2002-03-093-565/+0
| | | | remove now obsolete files.
* When reporting that a line is too long, include the line number in thedd2002-03-091-1/+5
| | | | | | | | error message. While I'm here, add a note that the "line too long" message isn't always accurate. PR: 35395 Submitted by: andrew@ugh.net.au
* Fix typo: s/secotor/sector/.keramida2002-03-081-1/+1
|
OpenPOWER on IntegriCloud