summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-09-22s/ascii/ASCII/Theo de Raadt
1999-09-22Add/update some man9 pages from NetBSDConstantine Sapuntzakis
1999-09-22Add /usr/share/man/cat9/i386Constantine Sapuntzakis
1999-09-22pipe_stat()kstailey
1999-09-21regenkstailey
1999-09-21some COMPATs not seen on alphakstailey
1999-09-21grammar. ok aaron@David Leonard
1999-09-21print ESP/AH packet length; <ho@openbsd.org>Jakob Schlyter
1999-09-21pctr & ksymskstailey
1999-09-21index/rindex as deprecated synonyms to strchr/strrchr.Marc Espie
1999-09-21Add get_portnum_by_name to ac97 vtbl.Constantine Sapuntzakis
get_portnum_by_name returns the mixer port # given a (class, device, qualifier) tuple.
1999-09-21Build some proper prototypes, fix minor nits.Marc Espie
Add some proper error handling to object file parsing, deciding whether it's a bad object file or something ranlib should not care about, so that archives that mix non object files with object files don't get killed by the `mixed object archive' check.
1999-09-21crank minor; costa forgotTheo de Raadt
1999-09-21sync imap port with IANA. OK deraadt@Jakob Schlyter
1999-09-21Add atactl utility from NetBSD. This utility gives detailed inquiry info asConstantine Sapuntzakis
well as letting you spin down disks, set standby times, etc.
1999-09-21Add opendisk from NetBSD.Constantine Sapuntzakis
Add OpenBSD tags to files
1999-09-21Bug in the disklabel calculations fixed. Offsets were calculated inConstantine Sapuntzakis
terms of 512-unit sectors, yet the disklabel said that the sector size was 2048. Enabled code that tries to read disklabel from first data track. I guess this will be useful for those combination music/BSD install cds.
1999-09-21For some reason unbeknownst to me, the old acd driver had a more advancedConstantine Sapuntzakis
disklabel logic than the cd driver. This patch integrates that logic into the SCSI cd driver. Bug fixed - we no longer try to read disklabels off of audio CDs. No more SCSI errors when you hit play the first time on an audio CD.
1999-09-21It's a good idea to check the return value of malloc() in example code.Aaron Campbell
1999-09-21Typo fix (invalud -> invalid); mason@netbsd.orgAlex Feldman
1999-09-21Whoops, forgot to adjust a comparison when fixing the off-by-one error.Aaron Campbell
1999-09-20fix for new frame.hMichael Shalayeff
1999-09-20fix uvm_pagealloc() callMichael Shalayeff
1999-09-20fix after frame.h changesMichael Shalayeff
1999-09-20Don't install whatis.db as root:bin when uid != 0. phil@psidev.netAlex Feldman
1999-09-20FormattingMarc Espie
1999-09-20kvm is larger; crank NMBCLUSTERS and NKMEMCLUSTERSTheo de Raadt
1999-09-20crank default limitsTheo de Raadt
1999-09-20Transform mips/openbsd-be.h into a fragment,Marc Espie
tweak configure.in accordingly, regen configure. Fiddle with comments in mips/openbsd.h before shipping back to the FSF.
1999-09-20- get http:// and ftp:// treated in a uniform way,Marc Espie
- disable FreeBSD-specific packages organization per category
1999-09-20clean upkstailey
1999-09-20clarify X questionTheo de Raadt
1999-09-20touch /var/db/dhcp.leases -> touch /var/db/dhcpd.leasesOleg Safiullin
1999-09-20delay for longer after each zsputcTheo de Raadt
1999-09-20permit config file overriding of NKPDETheo de Raadt
1999-09-20another place that needs cranking at release timeTheo de Raadt
1999-09-19Rebuild whatis databases.Alex Feldman
1999-09-19When invoked without arguments, extract manpaths from /etc/man.conf.Alex Feldman
Allow multiple paths to be specified on the command line. millert@ ok
1999-09-19Remove umass to avoid problems since the driver is not yet in the tree.Federico G. Schwindt
1999-09-19improved OS brand PT_NOTE detectionkstailey
1999-09-19use PT_NOTE to identify NetBSD ELF64 binarieskstailey
1999-09-19dont call std twice from all, add call to random. random is major 88 not 89. ↵Mats O Jansson
-moj
1999-09-19Define ac97 attributeConstantine Sapuntzakis
1999-09-19AC-97 CODEC support. Some help from FreeBSD, esp. on nice printing ofConstantine Sapuntzakis
features.
1999-09-18fix an off-by-one errorAaron Campbell
1999-09-18Fix device existance check.Jason Downs
1999-09-18Fix art's typo.Jason Downs
1999-09-18clean unused stuffMichael Shalayeff
1999-09-18rewriteMichael Shalayeff
add some more trap flags and fix T_USER wrt the pa1.1 specs
1999-09-18PMAP_NEW, also kill last vm_{size,offset}_t'sMichael Shalayeff