summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add 'break' to empty 'default' 'switch' statements.alfred2002-10-071-4/+4
* WARNS=3 safety (mostly), use __unused for unused params and unsigned wherealfred2002-10-0710-40/+40
* Fix a spelling error in a comment.mike2002-10-071-1/+1
* fix line wrap.alfred2002-10-071-15/+30
* cast xdr_rpcblist_ptr to xdrproc_t to silence warnings.alfred2002-10-071-4/+4
* Add ';' after 'default:' labels to avoid 'deprecated use of label at endalfred2002-10-071-0/+4
* Don't pass a NULL pointer to syslog(3).alfred2002-10-071-0/+1
* Use strlcpy() instead of strcpy() to not overflow static buffers.kris2002-10-061-2/+6
* o Move location of the fpos_t typedef to be closer to other typedefs.mike2002-10-061-14/+33
* Add conditionals to allow va_list to be defined in other headers.mike2002-10-066-0/+24
* o Add conditionals to allow va_list to be defined in other headers.mike2002-10-066-11/+49
* o Use relatively new visibility primitives from <sys/cdefs.h>.mike2002-10-061-16/+25
* Don't depend on <signal.h> to include <sys/time.h>, instead includemike2002-10-062-0/+2
* When considering temporary files for deletion, don't examine the mtimejoerg2002-10-061-0/+1
* Avoid referencing a removed (and freed) queue entry. This partially revertsdes2002-10-061-2/+4
* Set only the RB_POWEROFF flag (not the RB_HALT flag) whenthomas2002-10-061-1/+1
* Integrate mac_check_socket_send() and mac_check_socket_receive()rwatson2002-10-0616-0/+378
* When reusing a pointer as a number, at least cast itmux2002-10-061-1/+1
* Trim accidentally introduced trailing whitespace.rwatson2002-10-061-1/+1
* Fix a bunch of s/int */size_t */.mux2002-10-061-2/+4
* Roll back to previous version, no need for NO_GEOM when GEOM isgrehan2002-10-061-2/+0
* Yet another 64 bits warning fix: s/u_int/size_t/.mux2002-10-061-1/+1
* Fix a warning on 64 bits platforms: copyinstr() takesmux2002-10-061-1/+1
* Fix a warning on 64 bits platforms: copystr() takes a size_t *,mux2002-10-061-1/+1
* Clean up use of <stdarg.h> macros: always call va_end after va_start,tjr2002-10-061-2/+6
* Add a note to the Compatiblity section suggesting that these functionstjr2002-10-0613-13/+162
* Be consistent WRT function argument names. Other arguments only havemarkm2002-10-061-2/+2
* Ensure all va_starts have a matching va_end.tjr2002-10-061-1/+1
* While removing a memory leak, rev 1.32 introduced acharnier2002-10-061-16/+11
* Put giant locks due to make getaddrinfo(), getnameinfo()ume2002-10-062-1/+41
* Oops. Actually connect back msdosfs to the build for every platform.mux2002-10-061-0/+1
* /dev/sa0 is the default tape device, not /dev/rst0.tjr2002-10-062-6/+6
* Allow -J to simultaneously do non-bzip2 grepping.obrien2002-10-061-10/+32
* Disallow empty condition parts of "if", "while" and "until" compoundtjr2002-10-061-3/+6
* Remove rants/whines about the rune interface being superior to thetjr2002-10-061-16/+2
* Remove a completely incorrect statement from the Return Values section.tjr2002-10-061-5/+6
* It appears CPU_MAXID should be 1 more than the number of CPU_* defines.obrien2002-10-061-1/+1
* CPU_MAXID shouldobrien2002-10-061-1/+1
* Use %jd in format string and cast argument to intmax_t instead of usingtjr2002-10-062-4/+3
* Fix format string errors relating mainly to the use of %qu to print off_t's.tjr2002-10-064-9/+15
* INclude <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onbde2002-10-061-0/+1
* Sync from MAC tree: break out the single mmap entry point intorwatson2002-10-0618-224/+723
* Make this work under GEOM.mdodd2002-10-063-184/+43
* Make stpcpy() only visiable w/in __BSD_VISIBLE.obrien2002-10-051-1/+1
* Don't be noisy if DIOCWLABEL fails, it's probably because we're writingphk2002-10-052-4/+2
* This patch got lost in my trees: Pass setattr down to device driversphk2002-10-051-0/+8
* Modify label allocation semantics for sockets: pass in soalloc's mallocrwatson2002-10-0519-140/+654
* The msdosfs module now builds on sparc64. No idea if it worksmux2002-10-051-2/+1
* Add two extern's for adjkerntz and wall_cmos_clock, all othermux2002-10-051-0/+3
* Make sure that the accounting credential is saved along with the vprwatson2002-10-051-0/+1
OpenPOWER on IntegriCloud