summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-03-16merge with freesbd:Jason Wright
o put media types in a structure for ifmedia adding o make sure ifp->if_snd.ifq_maxlen is initialized o add workaround for app note 7-15 o more checks for IFF_UP o use DELAY() instead of counters
1999-03-16run pruning find with -x, to avoid /tmp based mountpoint pruningTheo de Raadt
1999-03-16fix Xr; msfriedl@fau.deTheo de Raadt
1999-03-16Get the pid right if a stale lock file exists.brian
Submitted by: Lawrence D. Lopez <lopez@cisco.com>
1999-03-16Detect pred1 packets where the length != the packet lengthbrian
Use a maximum of MAX_MRU + 2 bytes for incoming packets, not MAX_MTU + 2. Tidy up some diagnostics.
1999-03-15named,ssh,httpd filesTodd T. Fries
1999-03-15cy605/601 supportJason Wright
1999-03-15syncTheo de Raadt
1999-03-15another card..Theo de Raadt
1999-03-15ncurses-4.2-990314Todd C. Miller
1999-03-15ncurses-4.2-990314Todd C. Miller
1999-03-15Palm organizer file magic numbers (ksulliva@sludge.psc.edu, NetBSD)Angelos D. Keromytis
1999-03-15on cypress, disable write caching for nowTheo de Raadt
1999-03-15print subnets containing 0 octets correctly; peterTheo de Raadt
1999-03-15do not call nfsm_adj() with negative values; dmTheo de Raadt
1999-03-15abso -> also; mihara@prd.fc.nec.co.jpTheo de Raadt
1999-03-15re-indent; nash@mcs.netTheo de Raadt
1999-03-15mention option KEY; nash@mcs.netTheo de Raadt
1999-03-15explain EPROTONOSUPPORT; nash@mcs.netTheo de Raadt
1999-03-15cleanups; nash@mcs.netTheo de Raadt
1999-03-14syncTheo de Raadt
1999-03-14Fix check for partition ending on a cylinder boundary. Previously itTodd C. Miller
checked for size being a mulitple of sectors/cylinder when you really want size+offset to be a mulitple of sectors/cylinder.
1999-03-14Adding ${MASTER_SITE_GNOME} and ${MASTER_SITE_KDE}Bruno Rohee
1999-03-14ncurses-4.2-990313Todd C. Miller
1999-03-14ncurses-4.2-990313Todd C. Miller
1999-03-14Access control works now; also, some minor tidying and man page fixes.Paul Janzen
1999-03-13syncTheo de Raadt
1999-03-13new intel bridge chipsetTheo de Raadt
1999-03-13indentTheo de Raadt
1999-03-13proper URL for fetching package; evanc@concer.toTheo de Raadt
1999-03-13Allow user to delete partitions outside the openbsd part of the diskTodd C. Miller
1999-03-13Add support for delete "*"Todd C. Miller
1999-03-13make ifa_refcnt a u_int; andrewb@demon.netTheo de Raadt
1999-03-13Fix a few bugs (e.g. snake used to miss turns); use usleep() so displayPaul Janzen
speed is correct on xterms; put snscore functionality inside snake and make snscore a symbolic link (to be phased out); clean up formatting; install score file properly; disable the log file by default (logging should be done through dm).
1999-03-13remove legacy "mix" kernel building code, it was not quite completelyDale S. Rahn
commented and would cause error messages during build. Since it is unused, delete it completely
1999-03-13If a program crashes due to a "program" exeception, dump additionalDale S. Rahn
information as to why, illegal instruction, floating point, ...
1999-03-13Fix loading of constant into upper portion off register, prevouslyDale S. Rahn
if the register being loaded into was not value zero would end up with wrong value. Only affected profiling executables.
1999-03-12fix usageTheo de Raadt
1999-03-12userdir off by default, damnitTheo de Raadt
1999-03-12syncTheo de Raadt
1999-03-12another qlogic scsi cardTheo de Raadt
1999-03-12reference docJason Wright
1999-03-12doc referencesJason Wright
1999-03-12in scheduler, bias parents for child cpu usage; ross@ghs.comTheo de Raadt
1999-03-12Repair bootstrap with -DNOMANMarc Espie
1999-03-12Fix various nonsense.Marc Espie
- add $OpenBSD$ tag - () fork subshell... wasteful when unnecessary - chain commands using &&, not ;, so that you retrieve status
1999-03-12cleanupAaron Campbell
1999-03-12Bats shouldn't fall into pits.Paul Janzen
1999-03-12Additional pic related change, not currently used by powerpc port.Dale S. Rahn
1999-03-12Fixes to the currently unused PIC support in the powerpc asm files.Dale S. Rahn
contact rahnds@openbsd.org before attempting to use this funcationality.