Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-07 | typo | Michael Shalayeff | |
1999-07-07 | more | Theo de Raadt | |
1999-07-07 | I don't see how revoke can return EINVAL. | Artur Grabowski | |
1999-07-07 | sync | Theo de Raadt | |
1999-07-07 | correct | Theo de Raadt | |
1999-07-07 | revoke(2) works on more than just char and block devices | Artur Grabowski | |
1999-07-07 | Add IPSec Sysctl info. ok angelos@. | Kjell Wooding | |
1999-07-07 | use Dv | Aaron Campbell | |
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell | |
it's not supposed to be a hyphen/dash | |||
1999-07-07 | some formatting fixes | Aaron Campbell | |
1999-07-07 | capitalize .Dt argument | Aaron Campbell | |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-07 | Attempt to make photurisd limitations clearer. | Kjell Wooding | |
1999-07-07 | show MESSAGE using PAGER | Marc Espie | |
1999-07-07 | First REAL cut at documenting bimap. | Kjell Wooding | |
1999-07-07 | Add the ipsec sysctl information. | Kjell Wooding | |
1999-07-06 | document TCP_SIGNATURE; cmetz@ | Aaron Campbell | |
1999-07-06 | sync | Theo de Raadt | |
1999-07-06 | more... | Theo de Raadt | |
1999-07-06 | ipsec_in_use could get out of sync. (Also niklas@. angelos@ ok) | Hakan Olsson | |
1999-07-06 | Added TCP_SIGNATURE option. | cmetz | |
1999-07-06 | Added support for TCP MD5 option (RFC 2385). | cmetz | |
1999-07-06 | Fixed compilation problems when INET6 is enabled. | cmetz | |
1999-07-06 | doc isapnp better | Theo de Raadt | |
1999-07-06 | isapnp | Theo de Raadt | |
1999-07-06 | Whoops. Missed man page. removed -U | Kjell Wooding | |
1999-07-06 | Option -U is solaris only. Pointed out by theo. | Kjell Wooding | |
1999-07-06 | these can also return ENFILE | Theo de Raadt | |
1999-07-06 | Removed bogus ifdef/define lines that resulted from an over-aggressive M-x. | cmetz | |
1999-07-06 | use NFSSERVER || NFSCLIENT instead of NFS | Theo de Raadt | |
1999-07-06 | -w writes files to the standard output, not standard input; d@ | Aaron Campbell | |
1999-07-06 | union wait -> int | Todd C. Miller | |
wait3 -> waitpid (for portability) | |||
1999-07-06 | Update to reflect reality. | Jason Downs | |
1999-07-06 | delete meaningless entry in BUGS | Theo de Raadt | |
1999-07-06 | sync | Theo de Raadt | |
1999-07-06 | document machdep.kbdreset | Theo de Raadt | |
1999-07-06 | for CTRL-ALT-DEL, send SIGUSR1 to initproc | Theo de Raadt | |
1999-07-06 | your basic rc.shutdown file | Theo de Raadt | |
1999-07-06 | if SIGUSR1 is received, kill gettys, run /etc/rc.shutdown, and halt the machine | Theo de Raadt | |
1999-07-06 | first cut at documenting bimap | Theo de Raadt | |
1999-07-06 | gethostname() is safe | Theo de Raadt | |
1999-07-06 | sync | Theo de Raadt | |
1999-07-06 | fix conflict between mdoc(7) and mdoc.samples(7): the proper order for the | Aaron Campbell | |
introductory macros is .Dd/.Dt/.Os, not .Dd/.Os/.Dt (based on the fact over 90% of the man pages use the former) | |||
1999-07-05 | but make it work for multiple cards... i think | Theo de Raadt | |
1999-07-05 | calculate ca_offset correctly | Theo de Raadt | |
1999-07-05 | header file changes for recent powerpc changes. | Dale S. Rahn | |
1999-07-05 | Several changes here: | Dale S. Rahn | |
(Some of these changes are work in progress and may change more later) locore.S: rearranged to remove most of the direct openfirmware references in the attempt to move all of the openfirmware pieces into ofw_ files. This could allow other firmware type to be supported easier. Also this keeps the openfirmware code grouped in the same files. OF_buf is now statically allocated in the data/bss section instead of allocated during initialization. machdep.c: change the order of vm initialization, Still considering removing the BATs from use. instead of calls directly to ppc_exit and ppc_boot these are now called via a firmware function pointer structure. Add iMac recognition to systems ofw_machdep.c: function pointer structure to allow different firmware to supply specific system functionality, normally startup and reset, including a hook to notify when bsd is about to go virtual, in case firmware calls need to act different after that time. Allow BSD to handle the virtual memory operations for openfirmware. this idea was copied from NetBSD macppc, It is not fully implemented, among other problems, openfirmware does not have a mechanism to add new mappings. ofwreal.S: Major rewrite of the firmware call code, It still copies a portion of the stack, but now does not restore exeception vectors. Modified to be similar in idea to NetBSD macppc with BSD handling the openfirmware VM faults/TLB misses. This still needs to be reviewed, Should be possible to not require any stack copy. opendev.c: OF_bus is not a pointer to the buffer, but is the buffer itself now. openfirm.c: OF_bus is not a pointer to the buffer, but is the buffer itself now. Dont panic if OF_boot fails, OF_boot can be called by panic. instead print and the hang in a spin loop. pmap.c: call the firmware function to get memory regions. Scale the PowerPC hash table size by size of real memory. Properly align the hash table based on the start, not just the size. | |||
1999-07-05 | move some code under ifdef DDB, it uses a db_ function during the call. | Dale S. Rahn | |
It is a debugging operation anyway. | |||
1999-07-05 | Fix backtraces from ddb for powerpc, If addr is not specified, it will | Dale S. Rahn | |
start using the ddb_regs. If the address is specififed, start from the address. | |||
1999-07-05 | Use a breakpoint to cause an exception to cause the registers to be | Dale S. Rahn | |
saved for debugging purposes. |