summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New optionswosch1996-08-162-20/+46
| | | | | | | | | | -K Run as command kbdmap(1). -V Run as command vidfont(1). -p, -print Print description of available keymaps or fonts to stdout and exit. Document that users should not choose MSDOS codepage keymaps or fonts.
* Remove -p from SYNOPSISache1996-08-161-1/+1
|
* Remove -p option from getopt string, all corresponding codeache1996-08-161-1/+1
| | | | already deleted
* restore nsccons variable from rev 1.115 that was deleted in rev 1.136peter1996-08-163-3/+6
| | | | | | during phk's staticize/cleanup commits. pstat needs it, the MAXCONS option is not visible anywhere else, and pstat uses it to find the bounds of the sccons[MAXCONS] array, which varies.
* rpc.rstatd -> rpc.lockd typopeter1996-08-161-1/+1
| | | | Noticed by: tholo@sigmasoft.com (Thorsten Lockert)
* Add Eric Blood (eblood@cs.unr.edu) for his xautolock port.asami1996-08-161-1/+2
|
* Go back to sigaction again now that Peter has found the problem.jkh1996-08-161-3/+3
| | | | | Mine was just a "let's move on" kinda fix, Peter's does it right. :) Submitted-by: peter
* Add David Leonard <d@scry.dstc.edu.au> for his dclock port. Gosh,asami1996-08-161-1/+2
| | | | | this is the third port that I imported today that came from a guy named David....
* Add forward(5) to document the .forward file.mpp1996-08-162-4/+81
|
* Convert some formatting escape sequences to use mdoc macros whenmpp1996-08-151-37/+85
| | | | possible. E.g. xrefs are .Xr. Paths are .Pa, etc...
* 8bit clean ctype fixesache1996-08-152-5/+5
|
* Localization fixesache1996-08-152-4/+12
|
* Localization fixes.ache1996-08-154-261/+8
|
* Switch from using sigaction to signal.jkh1996-08-151-8/+5
|
* Don't claim to be POSIX compliant, since our alarm function isn't.mpp1996-08-151-5/+5
|
* Make libncurses catch SIGWINCH and update the values for LINES and COLS.jkh1996-08-151-0/+15
| | | | | | | I was perplexed when an example I'd written to show the values for these variables changing as an xterm window was resized didn't work, and looking into it I see that size tracking for LINES and COLS seems to be one SVR4 enhancement which didn't come across with libncurses.
* NCARGS is defined as 65536 in the released system, not 20480.mpp1996-08-152-2/+2
|
* Fix one other typo that was included in PR# 1477 that didn'tmpp1996-08-151-2/+2
| | | | get comitted by whoever fixed all of the other ones.
* Correct a cuple of improperly formatted xrefs.mpp1996-08-152-2/+2
|
* Add something so that you can solve the puzzle automatically by pressingjkh1996-08-151-1/+10
| | | | | `a' (I'm using this code as a test for something else, and just happened to add this in the process :).
* Fix fdavail() so that correctly pays attention to the rlimit.smpatel1996-08-151-3/+5
| | | | | | | | Fixes unp_externalize panic which occurs when a process is at it's ulimit for file descriptors and tries to receive a file descriptor from another process. Reviewed by: wollman
* Bring this file up to reality (as far as I know .. these are onlyasami1996-08-151-4/+23
| | | | | | | | | | | | the devices I once owned or contemplated purchasing .. ) (1) The ncr controller supports 53C810/815/825/860/875. (2) Descrpitions of fxp0 and vx0 were missing. (3) The ed driver supports SMC 8216 (`Elite Ultra') too. (4) Add pseudo-device ccd.
* Add comment about fxp device (Intel EE Pro/100B).asami1996-08-153-3/+12
|
* Typo (nott -> not).asami1996-08-151-2/+2
|
* Certain vnode buffer list operations were not being spl protected,dyson1996-08-152-2/+10
| | | | | and they needed to be. Brelse for example can be called at interrupt level, and the buffer list operations were not being protected from it.
* (1) Add myself as MAINTAINER (of this file) -- commented out so itasami1996-08-151-4/+29
| | | | | | | | | | | | | won't be pulled into individual ports that include this file. ;) (2) Document MOTIFLIB, it's not set in the ports Makefiles but is important for Motif ports (already documented in the handbook). (3) Add INSTALL_PROGRAM, INSTALL_SCRIPT, INSTALL_DATA, INSTALL_MAN as "aliases" of the appropriate install command line, for use in *-install targets. Reviewed by: the ports list (item 3 only)
* Fix a typo in the #define for PF_RTIP, even though I doubt it willjdp1996-08-151-2/+2
| | | | ever make one bit of difference to anybody.
* You would want to read freebsd-current, not freebsd-hackers, to stayasami1996-08-151-3/+3
| | | | current with -current.
* Add Mikael Hybsch <micke@dynas.se> for his fetch proxy support patch.asami1996-08-141-1/+2
|
* add Australia, Kafka, Kafkaesque, kalashnikov, karaoke, karate, kebabwosch1996-08-141-0/+7
|
* Add Idache1996-08-141-0/+2
|
* Do not add an user to a group if the group is also the login group.wosch1996-08-141-11/+14
|
* chown(8) and chgrp(1) directories once onlyadam1996-08-141-5/+4
|
* Add support for HTTP proxies, fix some bugs with http transfers.jkh1996-08-142-5/+58
| | | | Submitted-By: Mikael Hybsch <micke@dynas.se>
* Add reference to Ohio State University's guide to UNIX.jkh1996-08-141-6/+11
|
* Remove root dotfiles which did more harm than good.jkh1996-08-145-571/+32
|
* Update my PGP key.joerg1996-08-141-17/+25
|
* bigramwosch1996-08-1412-98/+307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %. Bigram does not check for characters outside 32-127. The bigram output is silly and need ~1/2 CPU time of database rebuilding. old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram new: bigram < $filelist | sort -nr code Code does not check for char 31. Use a lookup array instead a function. 3 x faster. updatedb rewritten sync with bigram changes read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij) concatdb - concatenate locate databases mklocatedb - build locate database
* Submitted by: Archie@whistle.comjulian1996-08-133-3/+13
| | | | | | if making a interface route, and it's a P2P link, then also automatically lable it as an llinfo entry so that gated and friends don't clobber it..
* Do not send "welcome mail" as default. If you want this featurewosch1996-08-131-4/+8
| | | | | | you can still enable it. Better, use mail client like elm or pine. Requested by: Jordan
* Correct instructions for ftp'ing entire ports hierarchies.jkh1996-08-131-2/+2
| | | | Submitted-by: Elliot Schwartz <elliot@mit.edu>
* Submitted by: doug Rabson (dfr@render.com)julian1996-08-132-9/+13
| | | | | | | | | cleaning up some of the vnode usage.. (I'm sure it still needs more..) where can one find out what each vfs call expects to be locked on completion, and how can one find out what each layer expects to be freed on error.?
* Completely rewrite handling of protocol field for firewalls, things arepst1996-08-132-98/+45
| | | | | | | now completely consistent across all IP protocols and should be quite a bit faster. Discussed with: fenner & alex
* Completely rewrite handling of protocol field for firewalls, things arepst1996-08-132-130/+72
| | | | | | | | | | | | | | | | | now completely consistent across all IP protocols and should be quite a bit faster. Use getprotoname() extensively, performed minor cleanups of admin utility. The admin utility could use a good kick in the pants. Basicly, these were the minimal changes I could make to the code to get it up to tollerable shape. There will be some future commits to clean up the basic architecture of the firewall code, and if I'm feeling ambitious, I may pull in changes like NAT from Linux and make the firewall hooks comletely generic so that a user can either load the ipfw module or the ipfilter module (cf Darren Reed). Discussed with: fenner & alex
* Fix nasty bracketing/precedence bug. Every time something read (andpeter1996-08-131-2/+2
| | | | | | | | | refilled) a file that was either line- or un-buffered, all files were flushed. According to the code comment, the flush (according to ANSI) is supposed to happen on write + line buffered output files, not _all_ files. Obtained from: OpenBSD / Theo de Raadt, possibly from proven@cygnus.com
* Back out fallback approximation changes, they are not so right to liveache1996-08-133-40/+15
|
* Fix last commit (and PR bin/1489) by creating both sockets beforefenner1996-08-131-4/+7
| | | | setuid().
* Add collate_range_cmpache1996-08-131-1/+2
|
* Back out minor bumping per Peter suggestionache1996-08-131-1/+1
|
* Use collate for alpha character rangesache1996-08-132-1/+26
|
OpenPOWER on IntegriCloud