summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-17There is no need to assume that the compiler will swap ! and & operatorMiod Vallat
priorities because we are nice people.
2003-08-17another supported sk(4) cardNathan Binkert
2003-08-17another supported sk(4) cardNathan Binkert
2003-08-16Update HISTORY section. Full gzip compat was added in 3.4 and theTodd C. Miller
'g' stands for gratis.
2003-08-16missing comma in non-ansi mode; spotted by pvalchevTheo de Raadt
2003-08-16missed suser. thanks naddy@Ted Unangst
2003-08-16Minor cosmetic cleanup.Kenneth R Westerback
Use '<msg>...done.' consistantly by replacing last five varient uses. Out with '<msg> ... done.', '<msg>...Done.', etc.
2003-08-16just use sysctl for stirring. thread safe and can't fail.Ted Unangst
ok deraadt and co.
2003-08-16spacesTheo de Raadt
2003-08-16protosTheo de Raadt
2003-08-16ansiTheo de Raadt
2003-08-16more errx/warnx style \n errors; tom.cosgrove@arches-consulting.comTheo de Raadt
2003-08-16no return() after errx(); andrushockHenning Brauer
2003-08-16AN983 needs 64BIT_HASH too, fixes multicastHenning Brauer
From: jared r r spiegel <jrrs@gateway.nodeless.net>
2003-08-16t'was brillingMichael Shalayeff
2003-08-16spacingTheo de Raadt
2003-08-15cleanup.Federico G. Schwindt
2003-08-15make dired work more like emacs. (well, make it _work_, and then add aVincent Labrecque
bunch of missing commands)
2003-08-15ansi and proto cleanup. one unused function goes awayTheo de Raadt
2003-08-15proto findcpu, because bootblocks use this tooTheo de Raadt
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-08-15 actually extract the filename off the ls line. makes dired *slightly*Vincent Labrecque
more useful.
2003-08-15- remove ahc dependency, convert smc93cx6 into an attribute.Federico G. Schwindt
- support for 8 and 32 bit registers. from NetBSD. deraadt@ and krw@ testing and ok.
2003-08-15Fix typo (errx vs. err) for malloc failures; Andrey MatveevTodd C. Miller
2003-08-15no newline in errx; andrushock@korovino.netTheo de Raadt
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@
2003-08-15xr pciJason Wright
2003-08-15remove null ops mention (markus), and document 1.0 silicon featuresJason Wright
2003-08-15regen.Federico G. Schwindt
2003-08-15simplify.Federico G. Schwindt
2003-08-15Kill more release shit I thought I had commited already...Miod Vallat
2003-08-15bitneaks anonymous randomisationMichael Shalayeff
2003-08-15Add license from patch.c to original source files missing a license.Otto Moerbeek
ok deraadt@
2003-08-15Document SKIPDIRMarc Espie
2003-08-15match realityMarc Espie
2003-08-15Document PORTSDIR_PATHMarc Espie
2003-08-15-S basedir, simpler to use than -s.Marc Espie
Sets prefix logic better, so that it doesn't interfere with existing @cwd in packing lists. tests by naddy@
2003-08-14add tgz, prodded by wimHenning Brauer
2003-08-14don't write grabage in unused direntry field. newer windows versionsTed Unangst
don't like it. pr3400
2003-08-14make 9-char login names not stretch the line; millert okTheo de Raadt
2003-08-14syncTheo de Raadt
2003-08-14better comment on the new comsMichael Shalayeff
2003-08-14attach those funky teleshare ttysMichael Shalayeff
2003-08-14attach at teleshare serial ports as well. need dsp microcode for a ↵Michael Shalayeff
functional mudem now
2003-08-14m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts.Jason Wright
2003-08-14correct length maskJason Wright
2003-08-14GENERIC is now safe(4)Jason Wright
2003-08-14regen.. again. sorry.Federico G. Schwindt
2003-08-14unbust my previous commit.Federico G. Schwindt
2003-08-14add more delays during initJason Wright