summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add minimalistic manual page for locale(1)phantom2003-06-201-0/+91
* Complete rewrite of locale(1) in order to become POSIX complaint utilitty.phantom2003-06-201-84/+400
* Add an amd64 category now that amd64 has its own mailing list and all.des2003-06-202-0/+4
* Add devname_r(3) which takes a buffer as argument.phk2003-06-203-56/+22
* Remove dev_mkdb(8). The kernel answers these questions.phk2003-06-204-267/+0
* Remove the devdb stuff, the kernel answers these questions just fine.phk2003-06-202-18/+1
* cpu_set_upcall_kse needs to access userspace, release schedule lockdavidxu2003-06-202-8/+20
* Don't put callout_lock under #ifdef DIAGNOSTIC despite the fact that itphk2003-06-201-1/+2
* Initialize b_saveaddr when we hand out pbufsphk2003-06-201-2/+3
* Initialize b_saveaddr when we hand out buffersphk2003-06-201-2/+4
* Crude but efficient:phk2003-06-201-1/+8
* Don't (re)initialize f_gcflag to zero.phk2003-06-203-2/+2
* Move FMARK and FDEFER til sys/file.h where they belong.phk2003-06-202-10/+15
* fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, notjmg2003-06-202-2/+6
* fix problem with uninitalized ptr (from PR)jmg2003-06-201-8/+13
* Update the description of the Netgear MA401 to say Prism-II/2.5;silby2003-06-201-1/+1
* The so-called "optimized copy-on-write fault" case should not requirealc2003-06-201-9/+2
* When a STOP signal is being sent to a process, it is possible alldavidxu2003-06-201-2/+16
* Fix typo. td should be td0.davidxu2003-06-201-1/+1
* Remove near-duplicate entry, keeping the better attributed one.gsutter2003-06-191-12/+0
* Correct an apparent typo.mdodd2003-06-191-1/+1
* Fix a coredump that would occur when fdopen was unable tosilby2003-06-191-1/+2
* Avoid using v8 opcodes; use ba instead of b for unconditional branches.jake2003-06-192-37/+37
* Do RADIUS accounting on IPV6CP.ume2003-06-195-18/+110
* Oops, I put unused variable in my previous commit.ume2003-06-191-1/+0
* Install routes specified by Framed-IPv6-Route. Since the formatume2003-06-193-1/+71
* Unlock the struct file lock before aquiring Giant, otherwisealfred2003-06-191-3/+3
* Hook openpromio up to the build.jake2003-06-191-0/+1
* Lock the vm object when freeing a vm page.alc2003-06-191-0/+2
* Fix warnings on 64 bit platforms.mdodd2003-06-191-9/+9
* Add support for the HighPoint HPT302 & HPT371sos2003-06-191-0/+2
* Fix direct map page table for 2GB+ physical memory.simokawa2003-06-191-1/+1
* Fix broken -a functionality.mbr2003-06-191-1/+1
* German keymap with dead keys.murray2003-06-193-1/+147
* Add US syscons keymap w/ accents.murray2003-06-193-1/+146
* Remove bogus non-reentrant "temporary" implementation of gethostbyaddr_r()kris2003-06-191-19/+0
* phk added the -x option in May 2000, but only for regular files; formurray2003-06-191-1/+5
* In the build process, fortune files have been randomized since atmurray2003-06-191-2/+2
* Add TLS related relocation.marcel2003-06-191-0/+17
* Add a ratelimited message of the formsilby2003-06-191-1/+5
* Add function prototypes.mdodd2003-06-191-0/+2
* - Rename the IPI_WAIT macro to IPI_DONE.jake2003-06-191-11/+8
* LD_DUMP_REL_PRE and LD_DUMP_REL_POST don't output to stderr; don'tmdodd2003-06-191-2/+2
* FILE_LOCK() uses a pool mutex, as does the vnode v_vnlock. Since pooltruckman2003-06-192-10/+10
* Add a rate limited message reporting when kern.maxfiles is exceeded,silby2003-06-191-2/+8
* Provide a mechanism for dumping relocation information.mdodd2003-06-194-0/+116
* VOP_GETVOBJECT() wants to be called with the vnode lock held.truckman2003-06-191-0/+3
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+9
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+7
* make iicbb_devclass and iicbb_driver globally visible. This will letjmg2003-06-192-2/+5
OpenPOWER on IntegriCloud