summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | update version numbers to (consistenly):assar2002-10-232-8/+8
* | This commit was generated by cvs2svn to compensate for changes in r105765,assar2002-10-231-2/+11
|\ \
| * | import 1.29 to fix buffer overflow:assar2002-10-231-2/+11
* | | Add two missing </para> I noticed during translation.ue2002-10-232-4/+4
* | | Missplaced FREE_LOCK causes a panic when hit while taking a snapshot.mckusick2002-10-231-1/+1
* | | Hook raidctl up to the build.scottl2002-10-231-0/+1
* | | Replace this wcsncpy() implementation with one based on strncpy.c to fixtjr2002-10-231-26/+32
* | | Teach ifconfig(8) how to print and set the MAC labels on networkrwatson2002-10-234-0/+116
* | | Don't complain if we have an inconsistent map that may be themarcel2002-10-231-8/+13
* | | Add a new '-s' option to su(1): if the flag is present, attempt torwatson2002-10-232-5/+23
* | | If LOGIN_SETMAC is set and MAC is enabled in the kernel, then seerwatson2002-10-231-0/+27
* | | Introduce simple command line tools to manage MAC labels on processes andrwatson2002-10-2311-0/+577
* | | Handle binaries with arbitrary number PT_LOAD sections, not onlykan2002-10-231-14/+19
* | | De-obfuscate and correct the include path handling for SysV style includes.jmallett2002-10-231-35/+4
OpenPOWER on IntegriCloud