summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-266-44/+110
* Use msleep() to avoid lost wakeup's instead of doing an ineffectivejhb2001-10-261-15/+5
* Minimal libc for sparc64.jake2001-10-2619-0/+874
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has adillon2001-10-267-57/+145
* The same unbreakage (0755 -> 0775) for /var/games and subdirsache2001-10-251-3/+3
* Add missing TAILQ_INSERT_TAIL's which somehow didn't get comitted withdillon2001-10-251-0/+2
* Fix /var/mail, /var/rwho and /var/spool/lock back to 0775ache2001-10-251-3/+3
* In > LONG_MAX test use sseek return value and not _offset which can be notache2001-10-251-3/+4
* Default to not performing ufs_dirhash's extensive directory-blockiedowse2001-10-251-1/+1
* In cluster_rbuild(), 'size' had better match buf->b_bcount and buf->b_bufsizedillon2001-10-251-2/+14
* Move abstract inside articleinfo and re-indent, no content changes.bmah2001-10-252-16/+16
* New release notes: Multiple low-level consoles, fxp(4) bundling.bmah2001-10-252-0/+20
* o Modify format of /etc/fbtab to accept glob matching patterns forrwatson2001-10-252-39/+25
* Use TASK_INIT to initialize taskqueue task instead of violating thejhb2001-10-251-6/+6
* Remove wx driver, which got recently removed.asmodai2001-10-251-1/+0
* Unbreak NEWCARD by removing options NFS and replacing it with theasmodai2001-10-251-1/+2
* Aargh. I really shouldn't do late night commits. Remove a floating pointjlemon2001-10-251-1/+1
* Now that nfsm_reply() does not usually set 'error' to 0, we neediedowse2001-10-251-0/+1
* Defs for three (unused so far) bits in PCI command/status registerluigi2001-10-252-6/+6
* Better code to scan the ethertable.luigi2001-10-251-2/+2
* Fix an inverted test csae. Success of getenv() is determined by a returnjhb2001-10-251-1/+1
* Put WARNS into the right place.ru2001-10-251-1/+1
* Currently no code does a CROSSJUMP() to sw1a, so we don't need ajhb2001-10-253-6/+0
* Use %ecx instead of %ebx for the scratch register while updating %dr7 sincejhb2001-10-253-15/+9
* - Fix typo in comment from previous revision.jhb2001-10-253-9/+12
* Whitespace, comment, and string fixes.jhb2001-10-253-129/+117
* Style and WARNS cleanups.jlemon2001-10-253-65/+65
* Don't put an extra space after password prompts, because it violates POLA,sobomax2001-10-252-7/+7
* Style these once again.ru2001-10-253-14/+13
* Fixed misformatting of options line for COMPAQ_M610 and EICON_DIVA inbde2001-10-252-44/+44
* Fixed bugs in rev.1.973. Actually enable PCI_ENABLE_IO_MODES. Itbde2001-10-252-2/+4
* Finish the removal of uucp scripts.ru2001-10-251-9/+0
* Fixed some English errors, mainly ones not fixed in the previous commit.bde2001-10-251-8/+3
* add options line for Compaq Microcom 610 ISDN card.hm2001-10-252-2/+8
* Implement va->pa translation for kernel virtual addresses. This isdfr2001-10-251-30/+59
* Just use ${MACHINE}, it's already special-casing pc98.ru2001-10-251-5/+0
* Call ExitBootServices and disable interrupts before we start hackingdfr2001-10-252-22/+24
* Add the two sections used for PLT entries to the text and sdata sectionsdfr2001-10-252-0/+4
* Simplify.ru2001-10-251-6/+3
* The directory of the makefile that's including the file is tried first.ru2001-10-254-4/+4
* Make `-b' option actually work as advertised.sobomax2001-10-251-0/+1
* Sort SUBDIR.ru2001-10-251-1/+1
* Fix cross-building further.ru2001-10-251-13/+15
* Don't use the ip_timestamp structure to access timestamp options, as thejlemon2001-10-251-29/+22
* If we are bridging, fall back to using any inet address in the system,jlemon2001-10-251-4/+9
* Relocate the KASSERT for a null recvif to a location where it willjlemon2001-10-251-1/+1
* Mdoc fixes and clarification.jlemon2001-10-251-20/+29
* Document the link0 option, which downloads the microcode to the board.jlemon2001-10-251-2/+19
* Add support for loadable microcode which implements interrupt coalescingjlemon2001-10-251-15/+162
* . Add structure elements for sysctl.jlemon2001-10-251-3/+23
OpenPOWER on IntegriCloud