summaryrefslogtreecommitdiffstats
path: root/sys/i4b/driver
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-044-6/+6
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-177-955/+95
* remove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS mergerhm2002-03-091-562/+0
* After joergs merge of i4b's sppp with the main sppp, remove obsolete file.hm2002-03-091-4687/+0
* Remove unused includes.joerg2001-12-311-7/+0
* Fix two typos in previous commit.joerg2001-12-301-1/+1
* Remove references to i4b/driver/i4b_ispppsubr.c, now thatjoerg2001-12-301-41/+0
* Protect mtx_init() invocations with mtx_intialized() checks to avoid agj2001-12-305-8/+16
* fix kvprintf panic in attach routinehm2001-10-241-6/+1
* Add experimental support for sending keypad facility messages.hm2001-10-181-94/+13
* sppp rewrites the interface's ip address directly; this breaks when thejlemon2001-10-011-1/+7
* KSE Milestone 2julian2001-09-124-48/+48
* Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi)hm2001-05-211-4/+4
* pseudo-device -> device in kernel config.schweikh2001-05-011-1/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-264-4/+0
* (MFC candidate since this is already a merge from /sys/net only.)joerg2001-03-251-2/+16
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-4/+4
* Stop counting sppp interfaces, we were just testing its presence to givepeter2001-01-291-4/+0
* Remove useless variable vjlen.hm2001-01-231-2/+2
* it seems that a commit to i4b/drivers/i4b_ispppsubr.c on 2000-01-12 hashm2001-01-151-2/+2
* Reenable support for FreeBSD 4.x and possibly the other supported BSD'shm2001-01-155-159/+243
* Fix a bug overwriting random data when Van Jacobsen header compressionhm2001-01-121-11/+21
* When queueing a packet, call the output start routine. I botched thisjlemon2001-01-091-1/+1
* Part 2 of the netgraph rewrite.julian2001-01-081-16/+15
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-30/+50
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Change initialiser to match new structure layout.julian2000-12-121-1/+0
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-2/+5
* Make log(-1, ...) do what addlog(...) did.phk2000-11-261-97/+97
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-258-173/+98
* Fix i4b netgraph interface to not kernel panic at boot timehm2000-11-091-2/+13
* Remove unused #include statementshm2000-10-302-2/+0
* Submitted by: phkhm2000-10-138-28/+0
* fix conflicting types for ng_ing_rcvmsg() and ng_ing_rcvdata().hm2000-10-101-3/+4
* update to i4b version 0.95.04hm2000-10-099-240/+6546
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-023-27/+0
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-204-48/+0
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-131-3/+0
* update to isdn4bsd beta release 0.90hm1999-12-147-173/+467
* Call i4b_l4_drvrdisc, not i4b_l4_disconnect_ind to bring the linkbrian1999-11-281-2/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-254-20/+0
* make correct minor numvers for some of the devices.julian1999-08-311-5/+18
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-274-75/+11
* updating isdn4bsd to beta version 0.83hm1999-08-067-71/+784
* Rename bpfilter to bpf.des1999-07-062-16/+16
* devsw and cdevsw_add() changes for i4b.phk1999-06-014-49/+96
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-206-325/+776
* Suser() simplification:phk1999-04-271-2/+2
OpenPOWER on IntegriCloud