| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 'break' to empty 'default' 'switch' statements. | alfred | 2002-10-07 | 1 | -4/+4 |
* | WARNS=3 safety (mostly), use __unused for unused params and unsigned where | alfred | 2002-10-07 | 10 | -40/+40 |
* | Fix a spelling error in a comment. | mike | 2002-10-07 | 1 | -1/+1 |
* | fix line wrap. | alfred | 2002-10-07 | 1 | -15/+30 |
* | cast xdr_rpcblist_ptr to xdrproc_t to silence warnings. | alfred | 2002-10-07 | 1 | -4/+4 |
* | Add ';' after 'default:' labels to avoid 'deprecated use of label at end | alfred | 2002-10-07 | 1 | -0/+4 |
* | Don't pass a NULL pointer to syslog(3). | alfred | 2002-10-07 | 1 | -0/+1 |
* | Use strlcpy() instead of strcpy() to not overflow static buffers. | kris | 2002-10-06 | 1 | -2/+6 |
* | o Move location of the fpos_t typedef to be closer to other typedefs. | mike | 2002-10-06 | 1 | -14/+33 |
* | Add conditionals to allow va_list to be defined in other headers. | mike | 2002-10-06 | 6 | -0/+24 |
* | o Add conditionals to allow va_list to be defined in other headers. | mike | 2002-10-06 | 6 | -11/+49 |
* | o Use relatively new visibility primitives from <sys/cdefs.h>. | mike | 2002-10-06 | 1 | -16/+25 |
* | Don't depend on <signal.h> to include <sys/time.h>, instead include | mike | 2002-10-06 | 2 | -0/+2 |
* | When considering temporary files for deletion, don't examine the mtime | joerg | 2002-10-06 | 1 | -0/+1 |
* | Avoid referencing a removed (and freed) queue entry. This partially reverts | des | 2002-10-06 | 1 | -2/+4 |
* | Set only the RB_POWEROFF flag (not the RB_HALT flag) when | thomas | 2002-10-06 | 1 | -1/+1 |
* | Integrate mac_check_socket_send() and mac_check_socket_receive() | rwatson | 2002-10-06 | 16 | -0/+378 |
* | When reusing a pointer as a number, at least cast it | mux | 2002-10-06 | 1 | -1/+1 |
* | Trim accidentally introduced trailing whitespace. | rwatson | 2002-10-06 | 1 | -1/+1 |
* | Fix a bunch of s/int */size_t */. | mux | 2002-10-06 | 1 | -2/+4 |
* | Roll back to previous version, no need for NO_GEOM when GEOM is | grehan | 2002-10-06 | 1 | -2/+0 |
* | Yet another 64 bits warning fix: s/u_int/size_t/. | mux | 2002-10-06 | 1 | -1/+1 |
* | Fix a warning on 64 bits platforms: copyinstr() takes | mux | 2002-10-06 | 1 | -1/+1 |
* | Fix a warning on 64 bits platforms: copystr() takes a size_t *, | mux | 2002-10-06 | 1 | -1/+1 |
* | Clean up use of <stdarg.h> macros: always call va_end after va_start, | tjr | 2002-10-06 | 1 | -2/+6 |
* | Add a note to the Compatiblity section suggesting that these functions | tjr | 2002-10-06 | 13 | -13/+162 |
* | Be consistent WRT function argument names. Other arguments only have | markm | 2002-10-06 | 1 | -2/+2 |
* | Ensure all va_starts have a matching va_end. | tjr | 2002-10-06 | 1 | -1/+1 |
* | While removing a memory leak, rev 1.32 introduced a | charnier | 2002-10-06 | 1 | -16/+11 |
* | Put giant locks due to make getaddrinfo(), getnameinfo() | ume | 2002-10-06 | 2 | -1/+41 |
* | Oops. Actually connect back msdosfs to the build for every platform. | mux | 2002-10-06 | 1 | -0/+1 |
* | /dev/sa0 is the default tape device, not /dev/rst0. | tjr | 2002-10-06 | 2 | -6/+6 |
* | Allow -J to simultaneously do non-bzip2 grepping. | obrien | 2002-10-06 | 1 | -10/+32 |
* | Disallow empty condition parts of "if", "while" and "until" compound | tjr | 2002-10-06 | 1 | -3/+6 |
* | Remove rants/whines about the rune interface being superior to the | tjr | 2002-10-06 | 1 | -16/+2 |
* | Remove a completely incorrect statement from the Return Values section. | tjr | 2002-10-06 | 1 | -5/+6 |
* | It appears CPU_MAXID should be 1 more than the number of CPU_* defines. | obrien | 2002-10-06 | 1 | -1/+1 |
* | CPU_MAXID should | obrien | 2002-10-06 | 1 | -1/+1 |
* | Use %jd in format string and cast argument to intmax_t instead of using | tjr | 2002-10-06 | 2 | -4/+3 |
* | Fix format string errors relating mainly to the use of %qu to print off_t's. | tjr | 2002-10-06 | 4 | -9/+15 |
* | INclude <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending on | bde | 2002-10-06 | 1 | -0/+1 |
* | Sync from MAC tree: break out the single mmap entry point into | rwatson | 2002-10-06 | 18 | -224/+723 |
* | Make this work under GEOM. | mdodd | 2002-10-06 | 3 | -184/+43 |
* | Make stpcpy() only visiable w/in __BSD_VISIBLE. | obrien | 2002-10-05 | 1 | -1/+1 |
* | Don't be noisy if DIOCWLABEL fails, it's probably because we're writing | phk | 2002-10-05 | 2 | -4/+2 |
* | This patch got lost in my trees: Pass setattr down to device drivers | phk | 2002-10-05 | 1 | -0/+8 |
* | Modify label allocation semantics for sockets: pass in soalloc's malloc | rwatson | 2002-10-05 | 19 | -140/+654 |
* | The msdosfs module now builds on sparc64. No idea if it works | mux | 2002-10-05 | 1 | -2/+1 |
* | Add two extern's for adjkerntz and wall_cmos_clock, all other | mux | 2002-10-05 | 1 | -0/+3 |
* | Make sure that the accounting credential is saved along with the vp | rwatson | 2002-10-05 | 1 | -0/+1 |