summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Check the size of the dos_partition structure.nyan2002-10-071-0/+3
* Add the c99(1) utility, which is nothing more than a synonym fortjr2002-10-074-0/+277
* Added bzip2 variants to the NAME section.ru2002-10-071-4/+9
* Ups, forgot to tell cvs commit about this file.phk2002-10-071-0/+1
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.phk2002-10-074-3/+5
* Correctly convert to appropriate blocksize.phk2002-10-071-1/+2
* MFp4:imp2002-10-071-2/+1
* Correctly deal with non-DEVBSIZE drives.phk2002-10-071-4/+9
* Add wrappers around the newly created bus_child_pnpinfo_str andimp2002-10-072-3/+31
* MFp4: Comment about not assuming INTA# for 6729imp2002-10-071-0/+3
* Put a printf under #ifdef DIAGNOSTIC.phk2002-10-071-0/+2
* Minor string handling cleanup that I've had in my tree for a while:imp2002-10-071-21/+20
* Better comment for the product ID thing.imp2002-10-071-2/+5
* Don't need to NUL terminate after snprintfimp2002-10-071-1/+0
* Copyin and copyout are only possible from a process-native thread,phk2002-10-074-42/+26
* Update comments to remind me about power bugs in oldcard.imp2002-10-071-1/+4
* Ooops. Need to free dc_srom on detach to not leak memory.imp2002-10-072-0/+2
* Dynamically configure the width of the srom. This code comes fromimp2002-10-074-30/+212
* o go ahead and route the interupt, even if it is supposedly unique.imp2002-10-073-21/+36
* Add two interfaces to allow for busses to report the pnpinfo forimp2002-10-071-0/+22
* disable debug output by default.alfred2002-10-071-24/+30
* warn about p1003_1b_semaphoresalfred2002-10-071-0/+2
* Disconnect "sem" module from the build.alfred2002-10-071-1/+0
* 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
OpenPOWER on IntegriCloud