summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revise obj_alloc(). Most notably, use the object's lock to prevent twoalc2003-08-031-17/+30
* Always put an entry for ::1. It may avoid useless DNS lookupume2003-08-032-16/+10
* Remove commented out and never used codeache2003-08-031-34/+1
* Remove collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-7/+4
* Remove __collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-10/+2
* Remove collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-7/+4
* Remove collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-9/+2
* Remove charcoll() stabilization added in 1.16, it gains nothing but conflictsache2003-08-031-5/+1
* POSIX requires 'c-c' must conform collate and be in collation orderache2003-08-033-15/+23
* This patch address two problems.ache2003-08-033-20/+70
* Fix an 'bad file descriptor' error which would come up when usinggad2003-08-021-1/+0
* When INVARIANTS is on and we're in uma_zalloc_free(), we need to makebmilekic2003-08-021-0/+15
* -15 is incorrect to be used to align stack to 16 bytes, use ~15 instead.davidxu2003-08-022-2/+2
* Fix truss on ia64. The syscall arguments are written to the trapmarcel2003-08-021-17/+5
* Fix a tip about how to create an empty file[1].schweikh2003-08-021-6/+2
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev().alc2003-08-024-4/+4
* There's already the elink.ko module available, don't embed it here.ru2003-08-021-2/+1
* - Boot-only CD-ROM support (bootonly.iso).ru2003-08-021-20/+35
* Both 'c' an 'lines' are unused, the bogus init of lines was accidentallyjhb2003-08-021-2/+1
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in proc_rwmem().alc2003-08-021-1/+1
* fix braino in last commit.julian2003-08-021-1/+1
* Support the Titan VScom PCI-200HV2 2 port serial card.bde2003-08-021-0/+10
* Kick Giant compatibility one layer up.phk2003-08-021-9/+1
* Grab Giant in bufdonebio() since drivers may not hold it.phk2003-08-021-0/+4
* Merged from sys/dev/sio/sio.c revision 1.400.nyan2003-08-022-6/+12
* Grab Giant in physio() since non-giant drivers are starting to appear.phk2003-08-021-0/+3
* MFi386: sort.ru2003-08-021-50/+50
* puc(4) printer also works on pc98.nyan2003-08-022-2/+2
* Merged from sys/dev/ppc/ppc.c revision 1.42.nyan2003-08-022-88/+74
* MFi386: revision 1.449.nyan2003-08-021-0/+1
* New release notes:hrs2003-08-022-0/+16
* Don't hardcode unit 0 for the current device if we're loaded from anmarcel2003-08-024-35/+31
* Relax the check for bad LDTE allocations. It turns out thatjulian2003-08-021-4/+21
* - Use kmem_alloc_nofault() rather than kmem_alloc_pageable() inalc2003-08-021-3/+1
* update to reflect bugs fixed in v0.9.5.2 of the halsam2003-08-021-15/+1
* o remove bmisshack no longer needed with the BSSID fix in v0.9.5.2 of the halsam2003-08-021-14/+17
* This commit was generated by cvs2svn to compensate for changes in r118339,sam2003-08-026-3053/+3273
|\
| * Version 0.9.5.2:sam2003-08-026-3053/+3273
* | PC98 uses different mask of IRQ.nyan2003-08-022-4/+16
* | Eliminate an abuse of kmem_alloc_pageable() in bufinit()alc2003-08-021-6/+1
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in sf_buf_init().alc2003-08-021-1/+1
* | Hoo sed I kan spel?peter2003-08-021-1/+1
* | Dump the HPET information block.peter2003-08-022-0/+38
* | Don't use uint64_t. Use unsigned long instead. One is supposed to usemarcel2003-08-021-2/+2
* | Override the default stubs for getcontext(2) and swapcontext(2) somarcel2003-08-023-2/+80
* | Fix a dumbass mistake. I had the 'set' and 'get' reversed in thepeter2003-08-021-2/+2
* | The END() must expand to the .endp directive with the same name asmarcel2003-08-013-6/+5
* | Parts of the patch have been committed.des2003-08-011-18/+0
* | The MI code was modified to filter the devices based on its headerimp2003-08-011-0/+8
* | Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2.imp2003-08-012-10/+2
OpenPOWER on IntegriCloud