| Commit message (Expand) | Author | Age | Files | Lines |
* | Untangle #ifdefs in the write-end of things by giving each arch its | phk | 2002-10-23 | 11 | -322/+968 |
* | Separate the struct disklabel filling stuff from the rest of Write_FreeBSD(). | phk | 2002-10-23 | 1 | -42/+41 |
* | Change the type of an unused variable to appease a warning. | markm | 2002-10-23 | 1 | -1/+2 |
* | A crude temporary hack to fix building of ms(7) formatted documents | ru | 2002-10-23 | 2 | -4/+8 |
* | Adjust for getbsize argument type change. | markm | 2002-10-23 | 1 | -1/+3 |
* | Adjust argument passed to getbsize(). | markm | 2002-10-23 | 1 | -6/+8 |
* | Remove NO_GEOM from sparc64. | phk | 2002-10-23 | 1 | -2/+0 |
* | Remove duplicate declaration. | markm | 2002-10-23 | 1 | -1/+0 |
* | Remove unneeded function prototypes. | markm | 2002-10-23 | 1 | -3/+0 |
* | - New-bussify the rc(4) device driver. | jhb | 2002-10-23 | 9 | -2220/+620 |
* | Don't send/recieve packets when the interface is down. | simokawa | 2002-10-23 | 1 | -0/+9 |
* | npx(4) doesn't honor port hints so don't provide an example one. | jhb | 2002-10-23 | 1 | -1/+0 |
* | Fix cut&paste mistake. | phk | 2002-10-23 | 2 | -4/+4 |
* | Make the first argument of getbsize a size_t* instead of an int*, as this is ... | markm | 2002-10-23 | 3 | -4/+5 |
* | - Dequeue OCBs more safely in sbp_abort_all_ocbs(). | simokawa | 2002-10-23 | 1 | -15/+24 |
* | - The GEOM system does not work on pc98. | nyan | 2002-10-23 | 1 | -0/+4 |
* | MFi386: revision 1.10 | nyan | 2002-10-23 | 1 | -2/+0 |
* | Only define SEEK_{SET,CUR,END} if not already defined (by <stdio.h>) | phk | 2002-10-23 | 1 | -0/+2 |
* | Need to run lint1 from ${WORLDTMP}/usr/libexec during buildworld. | ru | 2002-10-23 | 1 | -1/+1 |
* | Fix the NetBSD RCS id's on these files; somehow they were initially | tjr | 2002-10-23 | 2 | -2/+2 |
* | Reimplement more efficiently, using a single forward scan (like strrchr(3)) | tjr | 2002-10-23 | 1 | -22/+12 |
* | Reimplement, handling the case where c == L'\0' correctly and fixing | tjr | 2002-10-23 | 1 | -21/+7 |
* | Add the new extra argument also in the alpha case. | phk | 2002-10-23 | 1 | -1/+1 |
* | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | ume | 2002-10-23 | 1 | -51/+77 |
* | Whitespace cleanup. | des | 2002-10-23 | 2 | -20/+18 |
* | Be consistent about declaring a function "static", and consistent | markm | 2002-10-23 | 1 | -3/+3 |
* | Constify, staticify, rationalise types and fix other related warnings. | markm | 2002-10-23 | 1 | -8/+8 |
* | Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001. | tjr | 2002-10-23 | 1 | -1/+17 |
* | Constify to squash some warnings. | markm | 2002-10-23 | 2 | -2/+2 |
* | Very minor whitespace/style nit. | markm | 2002-10-23 | 2 | -4/+2 |
* | Put parentheses around function-like macros to shut up warnings. | markm | 2002-10-23 | 1 | -5/+5 |
* | Kill EOL spaces. | maxim | 2002-10-23 | 1 | -24/+23 |
* | Use syslog for messages about dropped sessions, do not flood a console. | maxim | 2002-10-23 | 1 | -1/+1 |
* | Translate to English. | des | 2002-10-23 | 1 | -13/+18 |
* | This commit was generated by cvs2svn to compensate for changes in r105770, | des | 2002-10-23 | 1 | -2/+2 |
|\ |
|
| * | (MFP4#19900) Write message to stdout, not stderr. | des | 2002-10-23 | 1 | -2/+2 |
* | | update version numbers to (consistenly): | assar | 2002-10-23 | 2 | -8/+8 |
* | | This commit was generated by cvs2svn to compensate for changes in r105765, | assar | 2002-10-23 | 1 | -2/+11 |
|\ \ |
|
| * | | import 1.29 to fix buffer overflow: | assar | 2002-10-23 | 1 | -2/+11 |
* | | | Add two missing </para> I noticed during translation. | ue | 2002-10-23 | 2 | -4/+4 |
* | | | Missplaced FREE_LOCK causes a panic when hit while taking a snapshot. | mckusick | 2002-10-23 | 1 | -1/+1 |
* | | | Hook raidctl up to the build. | scottl | 2002-10-23 | 1 | -0/+1 |
* | | | Replace this wcsncpy() implementation with one based on strncpy.c to fix | tjr | 2002-10-23 | 1 | -26/+32 |
* | | | Teach ifconfig(8) how to print and set the MAC labels on network | rwatson | 2002-10-23 | 4 | -0/+116 |
* | | | Don't complain if we have an inconsistent map that may be the | marcel | 2002-10-23 | 1 | -8/+13 |
* | | | Add a new '-s' option to su(1): if the flag is present, attempt to | rwatson | 2002-10-23 | 2 | -5/+23 |
* | | | If LOGIN_SETMAC is set and MAC is enabled in the kernel, then see | rwatson | 2002-10-23 | 1 | -0/+27 |
* | | | Introduce simple command line tools to manage MAC labels on processes and | rwatson | 2002-10-23 | 11 | -0/+577 |
* | | | Handle binaries with arbitrary number PT_LOAD sections, not only | kan | 2002-10-23 | 1 | -14/+19 |
* | | | De-obfuscate and correct the include path handling for SysV style includes. | jmallett | 2002-10-23 | 1 | -35/+4 |