summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-07-08rightMichael Shalayeff
1999-07-08microtime(), s/cr15/eiem/, some comments, tabs vs spacesMichael Shalayeff
1999-07-08Non UVM vaddr_t/paddr_t fixupTobias Weingartner
1999-07-08NFS -> NFSSERVER|NFSCLIENTTheo de Raadt
1999-07-07define vaddr_t, paddr_t, vsize_t and psize_tArtur Grabowski
1999-07-07syncTheo de Raadt
1999-07-07correct ID; angelosTheo de Raadt
1999-07-07typoMichael Shalayeff
1999-07-07syncTheo de Raadt
1999-07-07correctTheo de Raadt
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-07-06syncTheo de Raadt
1999-07-06more...Theo de Raadt
1999-07-06ipsec_in_use could get out of sync. (Also niklas@. angelos@ ok)Hakan Olsson
1999-07-06Added TCP_SIGNATURE option.cmetz
1999-07-06Added support for TCP MD5 option (RFC 2385).cmetz
1999-07-06Fixed compilation problems when INET6 is enabled.cmetz
1999-07-06Removed bogus ifdef/define lines that resulted from an over-aggressive M-x.cmetz
1999-07-06use NFSSERVER || NFSCLIENT instead of NFSTheo de Raadt
1999-07-06for CTRL-ALT-DEL, send SIGUSR1 to initprocTheo de Raadt
1999-07-05but make it work for multiple cards... i thinkTheo de Raadt
1999-07-05calculate ca_offset correctlyTheo de Raadt
1999-07-05header file changes for recent powerpc changes.Dale S. Rahn
1999-07-05Several changes here:Dale S. Rahn
1999-07-05move some code under ifdef DDB, it uses a db_ function during the call.Dale S. Rahn
1999-07-05Fix backtraces from ddb for powerpc, If addr is not specified, it willDale S. Rahn
1999-07-05Use a breakpoint to cause an exception to cause the registers to beDale S. Rahn
1999-07-05correctly extract fields for disassembly.Dale S. Rahn
1999-07-05Recognize the 750 (G3) processor.Dale S. Rahn
1999-07-05remove bogus entry from if_enc address list; and rename enc_softc to encifTheo de Raadt
1999-07-05first attempt at isapnp gus supportTheo de Raadt
1999-07-05don't cache pagetables on a microsparc 2, From NetBSDArtur Grabowski
1999-07-04syncTheo de Raadt
1999-07-04isapnp gusTheo de Raadt
1999-07-04fix unsigned without a size-typeTheo de Raadt
1999-07-04fix link level type codesBrad Smith
1999-07-04syncTheo de Raadt
1999-07-04another modemTheo de Raadt
1999-07-04TyposMarc Espie
1999-07-03indentTheo de Raadt
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02rename SADB_foo_X_bar to SADB_X_foo_barTheo de Raadt
1999-07-02copy ISOFSMNT_NOJOLIET flag from isofs/cd9660/cd9660_mount.hTheo de Raadt
1999-07-02Fixed a #ifdef defined()... typo that turned into a compilation failure.cmetz
1999-07-02Significant cleanups in the way TCP is made to handle multiple networkcmetz
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-07-02more systeminfo() fixes; hal@sdsi.comTheo de Raadt
1999-07-02sparc -> __sparc__Brad Smith
1999-07-02do not use fuword()Theo de Raadt
1999-07-02freebsd merge:Jason Wright