Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-12 | Cleanup and shrinkage: | Kenneth R Westerback | |
1) Eliminate 'WARNING: Disk xxx has no label.' message. When installing OpenBSD this is a normal condition not worth commenting on. From some discussion on hackers/icb. 2) Use consistant verbiage and case statement when checking the disklabel. 3) Consistantly suppress output of 'disklabel -W', reducing duplicate messages like '# using MBR partition ...' which are issued again when the 'disklabel -f ...' command is executed. 4) Usual code rectifications - eliminate extra {}'s, multiple echos elimination, etc. | |||
2003-10-12 | note that EnableSSHKeySign should be in the non-hostspecific section; | Jason McIntyre | |
remove unnecessary .Pp; ok markus@ | |||
2003-10-12 | Default snaplen is 96 not 68, from Pyun YongHyeon, ok deraadt@ | Daniel Hartmeier | |
2003-10-12 | Make it compile without INET6, from Max Laier, ok deraadt@ | Daniel Hartmeier | |
2003-10-12 | sort SEE ALSO and add commas after Xr's; | Jason McIntyre | |
2003-10-12 | only one vtophys left (tx data)... both the rx and tx descriptors are | Jason Wright | |
fully handled by bus_dma now. | |||
2003-10-12 | rework rx to use bus_dma and sprinkle with a small amount of htole32. | Jason Wright | |
2003-10-12 | - add hppa | Brad Smith | |
- uncomment missing .Xr references | |||
2003-10-11 | Better sync comment with reality after last commit. | Miod Vallat | |
2003-10-11 | Get rid of "union cpupid"; makes <machine/cpus.h> disappear as well. | Miod Vallat | |
2003-10-11 | Nuke trailing whitespace. | Miod Vallat | |
2003-10-11 | Page tables can be cached again on 187 and 188, as long as they are cached | Miod Vallat | |
write through and global (for 188). | |||
2003-10-11 | Simplify DAE debug display. | Miod Vallat | |
2003-10-11 | Merge sclock and clock pseudo-devices. | Miod Vallat | |
2003-10-11 | Division and modulus operator (~). From hugh@. | Otto Moerbeek | |
2003-10-11 | Bye bye GNU bc/dc. | Otto Moerbeek | |
ok deraadt@ | |||
2003-10-11 | sync | Thomas Nordin | |
2003-10-11 | ATI Radeon 9100. deraadt@ ok | Thomas Nordin | |
2003-10-11 | Test missing banner file, suppression of banner with ssh -q, check return | Darren Tucker | |
code from ssh. ok markus@ | |||
2003-10-11 | return NULL for missing banner; ok djm@ | Markus Friedl | |
2003-10-11 | search keys in reverse order; fixes #684 | Markus Friedl | |
2003-10-11 | remote x11 clients are now untrusted by default, uses xauth(8) to generate | Markus Friedl | |
untrusted cookies; ForwardX11Trusted=yes restores old behaviour. ok deraadt; feedback and ok djm/fries | |||
2003-10-11 | svnd gap here too. | Ted Unangst | |
2003-10-11 | regen | Ted Unangst | |
2003-10-11 | larger svnd gap | Ted Unangst | |
2003-10-11 | bump minor gap for svnd devices, so more vnds are allowed. | Ted Unangst | |
this change REQUIRES running MAKEDEV again after booting with a new kernel. with a hint from tom cosgrove. ok deraadt@ millert@ | |||
2003-10-11 | consistent newlines, from tom cosgrove at arches-consulting.com. | Ted Unangst | |
2003-10-10 | The special case code for "test -x" over NFS was incorrect. The | Todd C. Miller | |
right thing to do is to try access(2) first (since that occurs on the NFS server side) and only check for the absence of an execute bit when access(2) succeeds. Closes PR 3465 | |||
2003-10-10 | unsmoke drugs in vr_encap() (simplify it quite alot) | Jason Wright | |
prepare for bus_dma of tx data | |||
2003-10-10 | lightly season with a touch of htole32()... a pinch will do. | Jason Wright | |
2003-10-10 | another easy vtophys removal (tx descriptor setup)... 6 to go. | Jason Wright | |
2003-10-10 | don't use vtophys on rx lists any more | Jason Wright | |
2003-10-10 | make sure pd is initialized before use (or byte counters may increase | Daniel Hartmeier | |
by random values). ok mcbride@, cedric@, henning@ | |||
2003-10-10 | In pmap_expand_kmap(), be sure to initialize new page tables. | Miod Vallat | |
2003-10-10 | Warn against getwd() usage. | Miod Vallat | |
ok millert@ deraadt@ | |||
2003-10-10 | Calibration code from FreeBSD/NetBSD. Some of the auich's are clocked too | Jason Wright | |
high and sound particularly awful on playback. Thanks to millert and marc for testing (and frantzen for giving me a broken machine). | |||
2003-10-10 | Basically a rewrite to eliminate confusing logic and excess verbiage. | Kenneth R Westerback | |
Testing by nick@, 'just put it in' drahn@. | |||
2003-10-09 | Typo, iquiry->inquiry | Miod Vallat | |
2003-10-09 | A few 68060 bugfixes with side effects: | Miod Vallat | |
- honor PRM_CFLUSH correctly for 0[46]0 in pmap_remove_mapping(). - be sure to flush caches in pmap_changebit for 060 too when necessary. - make this compile if option DEBUG is defined. | |||
2003-10-09 | Sync m68k includes | Miod Vallat | |
2003-10-09 | More m68k common include files factorization. | Miod Vallat | |
2003-10-09 | Remove errant semicolon introduced in rev 1.60; joshua stein | Todd C. Miller | |
2003-10-09 | Support for VIA VT8237 ATA and SATA from NetBSD. | Alexander Yurchenko | |
Thanks to Anton Komarov for providing access to the VIA board. | |||
2003-10-09 | remove duplicate ifdef __hppa__ that somehow has gotten in there | Michael Shalayeff | |
2003-10-09 | go back to non-raw busdma load as some archs still do not have load_raw | Michael Shalayeff | |
2003-10-09 | Minor cpp changes to let all kernels in conf/ compile. | Miod Vallat | |
2003-10-09 | sync | Theo de Raadt | |
2003-10-09 | remove unneeded .Pp; | Jason McIntyre | |
2003-10-09 | remove trailing space; | Jason McIntyre | |
2003-10-09 | better chip descriptions and AES is now supported on 795[56] | Jason Wright | |