summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous empty "FILES" section.chris2002-10-231-1/+0
* Remove hard sentence breaks.chris2002-10-231-11/+19
* Provide a simple sample labeled access control policy, mac_partition.rwatson2002-10-232-0/+337
* Provide a simple sample labeled access control policy, mac_partition.rwatson2002-10-231-0/+1
* Remove efree(), it isn't used consistently enough to even pretend that itjmallett2002-10-2310-27/+24
* Rename ifconfig's "mac" argument to "maclabel" to prevent confusionrwatson2002-10-233-9/+9
* Fix for changed getbsize arg type.markm2002-10-231-3/+4
* We must be careful to avoid recursive copy-on-write faults whenmckusick2002-10-231-1/+14
* Remove the hack to build groff statically on alpha, now that the rtldgallatin2002-10-231-6/+0
* More lobotomy:phk2002-10-238-111/+6
* Remove another 10 mindless #ifdefs.phk2002-10-231-59/+45
* We always need sys/pcpu.h now, not just for the SMP case.jhb2002-10-231-1/+1
* Rely on sysctl kern.disks to be there, and get rid of one of the far toophk2002-10-231-69/+36
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledphk2002-10-237-55/+3
* Untangle #ifdefs in the write-end of things by giving each arch itsphk2002-10-2311-322/+968
* Separate the struct disklabel filling stuff from the rest of Write_FreeBSD().phk2002-10-231-42/+41
* Change the type of an unused variable to appease a warning.markm2002-10-231-1/+2
* A crude temporary hack to fix building of ms(7) formatted documentsru2002-10-232-4/+8
* Adjust for getbsize argument type change.markm2002-10-231-1/+3
* Adjust argument passed to getbsize().markm2002-10-231-6/+8
* Remove NO_GEOM from sparc64.phk2002-10-231-2/+0
* Remove duplicate declaration.markm2002-10-231-1/+0
* Remove unneeded function prototypes.markm2002-10-231-3/+0
* - New-bussify the rc(4) device driver.jhb2002-10-239-2220/+620
* Don't send/recieve packets when the interface is down.simokawa2002-10-231-0/+9
* npx(4) doesn't honor port hints so don't provide an example one.jhb2002-10-231-1/+0
* Fix cut&paste mistake.phk2002-10-232-4/+4
* Make the first argument of getbsize a size_t* instead of an int*, as this is ...markm2002-10-233-4/+5
* - Dequeue OCBs more safely in sbp_abort_all_ocbs().simokawa2002-10-231-15/+24
* - The GEOM system does not work on pc98.nyan2002-10-231-0/+4
* MFi386: revision 1.10nyan2002-10-231-2/+0
* Only define SEEK_{SET,CUR,END} if not already defined (by <stdio.h>)phk2002-10-231-0/+2
* Need to run lint1 from ${WORLDTMP}/usr/libexec during buildworld.ru2002-10-231-1/+1
* Fix the NetBSD RCS id's on these files; somehow they were initiallytjr2002-10-232-2/+2
* Reimplement more efficiently, using a single forward scan (like strrchr(3))tjr2002-10-231-22/+12
* Reimplement, handling the case where c == L'\0' correctly and fixingtjr2002-10-231-21/+7
* Add the new extra argument also in the alpha case.phk2002-10-231-1/+1
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.ume2002-10-231-51/+77
* Whitespace cleanup.des2002-10-232-20/+18
* Be consistent about declaring a function "static", and consistentmarkm2002-10-231-3/+3
* Constify, staticify, rationalise types and fix other related warnings.markm2002-10-231-8/+8
* Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001.tjr2002-10-231-1/+17
* Constify to squash some warnings.markm2002-10-232-2/+2
* Very minor whitespace/style nit.markm2002-10-232-4/+2
* Put parentheses around function-like macros to shut up warnings.markm2002-10-231-5/+5
* Kill EOL spaces.maxim2002-10-231-24/+23
* Use syslog for messages about dropped sessions, do not flood a console.maxim2002-10-231-1/+1
* Translate to English.des2002-10-231-13/+18
* This commit was generated by cvs2svn to compensate for changes in r105770,des2002-10-231-2/+2
|\
| * (MFP4#19900) Write message to stdout, not stderr.des2002-10-231-2/+2
OpenPOWER on IntegriCloud