summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Unbogify the size being passed to bzero when clearing struct softc.dg1994-12-183-6/+6
* Move page_unhold's in pmap_object_init_pt down one line to gard againstdg1994-12-182-6/+6
* Add missing getdomainname manual page.guido1994-12-182-3/+103
* Fixed multiple bogons with the map entry handling.dg1994-12-181-8/+8
* Fix bug in sysctl_string so that when a string has a length that is toguido1994-12-181-2/+2
* Move some obnoxious files: airport, birthtoken, flowers, na.phone & zipcodesjkh1994-12-181-1/+7
* Add a 'vn' to GENERICjkh1994-12-182-4/+6
* Nuke bogus duplicate decls.jkh1994-12-181-2/+0
* Fixed bug where statically allocated map entries might be freed to thedg1994-12-181-4/+7
* Change swapping policy to be a bit more aggressive about finding adg1994-12-181-5/+6
* Check for PG_FAKE too in pmap_object_init_pt.dg1994-12-182-6/+6
* Add two more page table pages to keep 64MB machines happy.dg1994-12-182-4/+4
* Fix possible off by one in b_save allocation size.dg1994-12-181-2/+2
* timedflags quotedache1994-12-181-2/+2
* strip not close files on errorache1994-12-181-1/+5
* Put dummy targets for make-md5 & check-md5 inside agpalmer1994-12-171-1/+5
* bsd.port.mk: missing semicolon addedgpalmer1994-12-172-4/+8
* Add a sanity-check for those building their own releases.jkh1994-12-171-1/+6
* Bump LINT's symtab space.jkh1994-12-173-6/+6
* Fix a few nasties in the conversion.jkh1994-12-171-3/+2
* Add Fred Cawthorne's GPIB driver.jkh1994-12-179-7/+1405
* First cut at making multiple distributions loadable in a single pass.jkh1994-12-172-51/+68
* Fix odd length long namesache1994-12-172-5/+4
* Changed splimp to splhigh to close a potential hole that could leaddg1994-12-171-3/+3
* Automatically add gmake to DEPENDS, if USE_GMAKEache1994-12-171-1/+4
* Don't use build: ... pre-build, move pre-build insideache1994-12-171-2/+3
* Uncomment DISKSLICE; it should work now (for drivers that support it).bde1994-12-163-9/+6
* Continue implementing disk slices and labels for the vn driver. Everythingbde1994-12-161-16/+38
* Duplicate readdisklabel() and writedisklabel() and remove DOS stuff frombde1994-12-162-14/+290
* Separate go-away code from dsinit() to produce dsgone().bde1994-12-161-16/+27
* Add prototype for dsgone. Remove prototype for nonexistent dswlabel.bde1994-12-161-1/+1
* Add support for sliced disk devices ssd*, svn*, swd*. The `s' at the startbde1994-12-162-2/+132
* Don't push/pop the return-val register. (DUH!)phk1994-12-162-6/+2
* Grumble, try to remember what assembler syntax is used :-/phk1994-12-162-10/+8
* Be much more carefull about what we leave in unused registers when we callphk1994-12-162-4/+24
* Remove sd1-sd3 & st1, now that we can autoallocate them.phk1994-12-165-28/+8
* Allocate all scsi-devices on the fly, not just CDs.phk1994-12-164-110/+218
* Rudimentry bsd-audio emulator for VAT support using FreeBSD's voxware package.pst1994-12-162-0/+428
* Changed line so commit would takegclarkii1994-12-160-0/+0
* An inconsequential #ifdef Bruce forgot.phk1994-12-161-0/+2
* Protect kmem_map modifications with splhigh() to work around a problem withdg1994-12-151-3/+19
* Document EAFNOSUPPORT error return for TCP bind and connect operations.wollman1994-12-151-0/+3
* Fix PR 59: don't allow TCP connections withmulticast addresses at eitherwollman1994-12-151-1/+22
* Fix hostnames >32 charsache1994-12-151-1/+2
* Fix bug around VOP_READDIR, now takes 6 parameters not 4.sos1994-12-141-7/+7
* Make rtq_reallyold user-configurable via sysctl.wollman1994-12-142-2/+9
* Document new route flags.wollman1994-12-141-1/+4
* Actually enable NTP kernel PLL. (Oops!)wollman1994-12-143-4/+5
* patch: pre-patch ... is wrong, move pre-patchache1994-12-141-2/+3
* Call rtalloc_ign() so that protocol cloning will not occur at the IP layer.wollman1994-12-132-6/+17
OpenPOWER on IntegriCloud