aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Better comment for the product ID thing.Warner Losh2002-10-071-2/+5
* Don't need to NUL terminate after snprintfWarner Losh2002-10-071-1/+0
* Copyin and copyout are only possible from a process-native thread,Poul-Henning Kamp2002-10-074-42/+26
* Update comments to remind me about power bugs in oldcard.Warner Losh2002-10-071-1/+4
* Ooops. Need to free dc_srom on detach to not leak memory.Warner Losh2002-10-072-0/+2
* Dynamically configure the width of the srom. This code comes fromWarner Losh2002-10-074-30/+212
* o go ahead and route the interupt, even if it is supposedly unique.Warner Losh2002-10-073-21/+36
* Add two interfaces to allow for busses to report the pnpinfo forWarner Losh2002-10-071-0/+22
* disable debug output by default.Alfred Perlstein2002-10-071-24/+30
* warn about p1003_1b_semaphoresAlfred Perlstein2002-10-071-0/+2
* Disconnect "sem" module from the build.Alfred Perlstein2002-10-071-1/+0
* Add 'break' to empty 'default' 'switch' statements.Alfred Perlstein2002-10-071-4/+4
* WARNS=3 safety (mostly), use __unused for unused params and unsigned whereAlfred Perlstein2002-10-0710-40/+40
* Fix a spelling error in a comment.Mike Barcroft2002-10-071-1/+1
* fix line wrap.Alfred Perlstein2002-10-071-15/+30
* cast xdr_rpcblist_ptr to xdrproc_t to silence warnings.Alfred Perlstein2002-10-071-4/+4
* Add ';' after 'default:' labels to avoid 'deprecated use of label at endAlfred Perlstein2002-10-071-0/+4
* Don't pass a NULL pointer to syslog(3).Alfred Perlstein2002-10-071-0/+1
* Use strlcpy() instead of strcpy() to not overflow static buffers.Kris Kennaway2002-10-061-2/+6
* o Move location of the fpos_t typedef to be closer to other typedefs.Mike Barcroft2002-10-061-14/+33
* Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-066-0/+24
* o Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-066-11/+49
* o Use relatively new visibility primitives from <sys/cdefs.h>.Mike Barcroft2002-10-061-16/+25
* Don't depend on <signal.h> to include <sys/time.h>, instead includeMike Barcroft2002-10-062-0/+2
* When considering temporary files for deletion, don't examine the mtimeJoerg Wunsch2002-10-061-0/+1
* Avoid referencing a removed (and freed) queue entry. This partially revertsDag-Erling Smørgrav2002-10-061-2/+4
* Set only the RB_POWEROFF flag (not the RB_HALT flag) whenThomas Quinot2002-10-061-1/+1
* Integrate mac_check_socket_send() and mac_check_socket_receive()Robert Watson2002-10-0616-0/+378
* When reusing a pointer as a number, at least cast itMaxime Henrion2002-10-061-1/+1
* Trim accidentally introduced trailing whitespace.Robert Watson2002-10-061-1/+1
* Fix a bunch of s/int */size_t */.Maxime Henrion2002-10-061-2/+4
* Roll back to previous version, no need for NO_GEOM when GEOM isPeter Grehan2002-10-061-2/+0
* Yet another 64 bits warning fix: s/u_int/size_t/.Maxime Henrion2002-10-061-1/+1
* Fix a warning on 64 bits platforms: copyinstr() takesMaxime Henrion2002-10-061-1/+1
* Fix a warning on 64 bits platforms: copystr() takes a size_t *,Maxime Henrion2002-10-061-1/+1
* Clean up use of <stdarg.h> macros: always call va_end after va_start,Tim J. Robbins2002-10-061-2/+6
* Add a note to the Compatiblity section suggesting that these functionsTim J. Robbins2002-10-0613-13/+162
* Be consistent WRT function argument names. Other arguments only haveMark Murray2002-10-061-2/+2
* Ensure all va_starts have a matching va_end.Tim J. Robbins2002-10-061-1/+1
* While removing a memory leak, rev 1.32 introduced aPhilippe Charnier2002-10-061-16/+11
* Put giant locks due to make getaddrinfo(), getnameinfo()Hajimu UMEMOTO2002-10-062-1/+41
* Oops. Actually connect back msdosfs to the build for every platform.Maxime Henrion2002-10-061-0/+1
* /dev/sa0 is the default tape device, not /dev/rst0.Tim J. Robbins2002-10-062-6/+6
* Allow -J to simultaneously do non-bzip2 grepping.David E. O'Brien2002-10-061-10/+32
* Disallow empty condition parts of "if", "while" and "until" compoundTim J. Robbins2002-10-061-3/+6
* Remove rants/whines about the rune interface being superior to theTim J. Robbins2002-10-061-16/+2
* Remove a completely incorrect statement from the Return Values section.Tim J. Robbins2002-10-061-5/+6
* It appears CPU_MAXID should be 1 more than the number of CPU_* defines.David E. O'Brien2002-10-061-1/+1
* CPU_MAXID shouldDavid E. O'Brien2002-10-061-1/+1
* Use %jd in format string and cast argument to intmax_t instead of usingTim J. Robbins2002-10-062-4/+3