summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to override the function which writes messages tophk2000-11-263-18/+35
* Constifykris2000-11-262-5/+6
* Don't hard-code a buffer sizekris2000-11-261-1/+2
* Fix safety-net code. While technically a bug, I'm delighted to seemarkm2000-11-261-1/+1
* Format string auditingkris2000-11-263-4/+4
* sprintf -> snprintfkris2000-11-261-1/+1
* Don't call err() with user data and without a format stringkris2000-11-261-1/+1
* vsprintf() -> vsnprintf()kris2000-11-261-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.422.kato2000-11-262-2/+2
* Add the remaining pseudo-users as aliases to rootdougb2000-11-261-0/+3
* Properly fix the temporary file creation in the case of multiplekris2000-11-261-1/+1
* This commit was generated by cvs2svn to compensate for changes in r69180,obrien2000-11-261-3/+4
|\
| * Import a virgin (but trimed) Binutils 2.10 release.obrien2000-11-261-3/+4
* | Add the "LOG_CONSOLE" facility and tell syslogd to not log it onphk2000-11-252-0/+4
* | D'uh. The explicit reseed was happening at the wrong security/priveligemarkm2000-11-251-1/+1
* | Undo rev 1.8: This commit actually added a second declarationalc2000-11-251-5/+0
* | Greatly improve the boot-up unblocking time of the entropy device.markm2000-11-253-4/+19
* | More comment changing. Keep documentation in one place.markm2000-11-251-4/+2
* | Correct a comment. This represents a very minor policy change of mymarkm2000-11-251-2/+0
* | Stop explicitly using nanotime(9) and use the new get_cyclecounter(9)markm2000-11-254-37/+34
* | Add a constant for the (to be committed at a later time) irq-entropymarkm2000-11-251-2/+2
* | Deal with a real PITA in that GDB 4.18 (as we imported it) requires aobrien2000-11-251-1/+5
* | `stringify.sed' has been replaced by `astring.sed' [on ANSI-C systems].obrien2000-11-258-17/+17
* | Don't compile libgcc_r twice.obrien2000-11-251-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r69159,obrien2000-11-251-0/+9
|\ \ | |/
| * Import of GNU Binutils version 2.10.1.obrien2000-11-251-0/+9
* | Remove binutils 2.9.1 files that are not part of 2.10.x.obrien2000-11-2515-2852/+0
* | Remove binutils 2.9.1 files that are not part of 2.10.x.obrien2000-11-256-5232/+0
* | Fix a mangled $Id stringpeter2000-11-251-1/+1
* | GC some defunct prototypespeter2000-11-251-4/+0
* | Change the driver to allocate its own callout structure, and modifyjlemon2000-11-254-16/+24
* | Remove unused variable, spl() manipulation isn't done for the ifq now.jlemon2000-11-251-1/+0
* | Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-2577-890/+587
* | Make sn_pccard_products[] staticpeter2000-11-251-1/+1
* | Argh, I have fixed this cut/paste error twice before. I must havepeter2000-11-251-3/+3
* | Update to reflect the disappearance of getsock().jlemon2000-11-252-4/+12
* | Correct a misnamed argument hidden behind a #ifdef DEBUGjlemon2000-11-251-1/+1
* | Revert the last commit to the callout interface, and add a flag tojlemon2000-11-256-27/+21
* | Don't attach the interface twice. While I'm here, add a driverjlemon2000-11-251-25/+27
* | Security fix: correctly set groups according to the user. Previously,green2000-11-251-6/+15
* | o Make systat/vmstat.c use sysctl() to retrieve cp_time, bufspace,rwatson2000-11-251-29/+50
* | o make systat/pigs.c use syctl() to retrieve cp_time, fscale, and ccpurwatson2000-11-251-27/+32
* | o Make systat/iostat.c use sysctl() to retrieve cp_time instead ofrwatson2000-11-251-23/+9
* | o Make systat use sysctl() to retrieve hz and stathz, instead ofrwatson2000-11-251-19/+14
* | Regenerate. Note that pccarddevs_data.h is not used.peter2000-11-252-2/+22
* | Add Kingston and the KNE-PC2 cardpeter2000-11-251-0/+4
* | Update the ed driver to probe and attach under a NEWCARD kernel (I waspeter2000-11-253-3/+37
* | - Rename callout_reset to _callout_reset and add a flags argument.jake2000-11-252-3/+12
* | Make the xxxFILES= list generation generic. This makes it easier to addpeter2000-11-257-83/+39
* | add threadsafe version of inet_ntoa (inet_ntoa_r takes a buffer to fill)alfred2000-11-251-0/+14
OpenPOWER on IntegriCloud