summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't convert a single space before a tab stop into a tab when thetjr2002-06-191-2/+2
* fix whitespace botch in previous commit.billf2002-06-191-1/+1
* Removed unneeded files.pdeuskar2002-06-184-5322/+0
* setsugid() touches p->p_flag so assert that the proc is locked.alfred2002-06-181-0/+2
* A node that creates a device entry in /dev (yay devfs)julian2002-06-185-0/+798
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-188-55/+108
* Fix a typo in the named startup optionsgordon2002-06-181-1/+1
* o Remove LK_CANRECURSE from the vm_map lock.alc2002-06-181-2/+2
* FreeBSD is one of the OS's that does not require the use of libio with Gcc 3.1.obrien2002-06-18212-41351/+0
* Fix style and wording bugs introduced in my last commit.chris2002-06-181-11/+9
* Do vidcontrol -m on after starting moused for a usb mouse.dougb2002-06-181-1/+1
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-189-128/+38
* Should have paid more attention to the PR. Update (improve?) the examplesdougb2002-06-181-2/+19
* Only create symlink if /dev/ttyv0 exists.dougb2002-06-181-1/+3
* This is the same alloca() fix as was committed for i386. David O'Briendillon2002-06-181-5/+17
* Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable,obrien2002-06-181-0/+87
* Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).obrien2002-06-182-1/+29
* Remove unneeded include of machine/emul.h.jake2002-06-181-1/+0
* ebus sio(4) attachment.obrien2002-06-181-0/+113
* Allow one to configure `sio'.obrien2002-06-181-0/+6
* Sync with i386.obrien2002-06-181-8/+10
* Teach mdoc about the 4.6 releasedougb2002-06-182-1/+2
* Honor the BUCKETCACHE flag on free as well.jeff2002-06-171-4/+9
* - Introduce the new M_NOVM option which tells uma to only check the currentlyjeff2002-06-177-6/+24
* Avoid reprobing on loading a driver. This does not work as the ivars setn_hibma2002-06-171-0/+15
* Set the ivars _after_ checking that the bdev was correctly created insteadn_hibma2002-06-171-2/+2
* clean up some KASSERTS.n_hibma2002-06-171-13/+18
* Use OBJDIR instead of CURDIR. This unbreaks loading modules throughn_hibma2002-06-171-1/+1
* Add constants for the min and max prom addresses. Use these instead ofjake2002-06-172-3/+6
* e_pow.c:bde2002-06-172-2/+2
* In TTEST2(), check to make sure the "l" argument isn't so large thatfenner2002-06-171-2/+10
* make(I) appeared in PWB UNIX.jmallett2002-06-171-2/+1
* Add Standards section.tjr2002-06-171-0/+5
* Sort sections, use Dl for the example so it stands out more.tjr2002-06-171-6/+5
* o Acquire and release Giant in vm_map_wakeup() to preventalc2002-06-171-0/+7
* Only advance the column position for printable characters, update manualtjr2002-06-172-4/+6
* remove bogus comment, select/poll do NOT need to fhold as they hold thealfred2002-06-171-1/+4
* Fill in my MAINTAINER info for drmanholt2002-06-171-0/+1
* Kill superfluous blank line.sobomax2002-06-171-1/+0
* - Turn a DIAGNOSTIC check into a KASSERT(9).arr2002-06-171-4/+1
* - Turn a DIAGNOSTIC check into a KASSERT(9) macro.arr2002-06-171-6/+2
* - Explicitly pass M_WAITOK in a few calls to uma_zalloc(9).arr2002-06-171-7/+7
* sppp needs slcompress.c nowadays.jhay2002-06-172-1/+2
* Actually document pselect(3) so that Bruce can mention it in the releasewollman2002-06-172-1/+123
* Move dillon's time conversion functions to a new header <timeconv.h>.wollman2002-06-174-14/+68
* Clean up a bit of namespace pollution which crept in with the last rev.wollman2002-06-171-1/+1
* Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian2002-06-175-29/+34
* Remove 17 June as German national holiday.grog2002-06-161-1/+0
* Remove <sys/select.h> to unbreak the build. I'm not sure if this affectsdes2002-06-161-1/+0
* Fix two syntax errors and add declarations of statvfs() and fstatvfs().wollman2002-06-161-2/+6
OpenPOWER on IntegriCloud